Skip to content
Success

Console Output

Started by an SCM change
Obtained etc/jenkins/build.groovy from git https://github.com/eclipse-ee4j/eclipselink.git
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘el-master-agent-pod-jm0ns-j3w02WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-37dwb-37r7p because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-37dwb-37r7p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-37dwb-37r7p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-37dwb-37r7p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
Retrying...

ERROR: Failed to launch el-master-agent-pod-37dwb-37r7p
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-37dwb-37r7p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-37dwb-37r7p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-37dwb-37r7p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
	at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
	at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137)
Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-37dwb-37r7p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-37dwb-37r7p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-37dwb-37r7p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92)
	at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133)
	at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:839)
WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-37dwb-tc0gs because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-37dwb-tc0gs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-37dwb-tc0gs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-37dwb-tc0gs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
Retrying...

ERROR: Failed to launch el-master-agent-pod-37dwb-tc0gs
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-37dwb-tc0gs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-37dwb-tc0gs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-37dwb-tc0gs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
	at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
	at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137)
Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-37dwb-tc0gs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-37dwb-tc0gs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-37dwb-tc0gs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92)
	at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133)
	at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:839)
WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-37dwb-lrwgl because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-37dwb-lrwgl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-37dwb-lrwgl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-37dwb-lrwgl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
Retrying...

ERROR: Failed to launch el-master-agent-pod-37dwb-lrwgl
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-37dwb-lrwgl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-37dwb-lrwgl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-37dwb-lrwgl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
	at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
	at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137)
Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-37dwb-lrwgl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-37dwb-lrwgl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-37dwb-lrwgl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=8950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92)
	at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133)
	at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:839)
Created Pod: kubernetes eclipselink/el-master-agent-pod-37dwb-s9qt7
Agent el-master-agent-pod-37dwb-s9qt7 is provisioned from template el-master-agent-pod-37dwb
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-cb-3.0/226/"
    runUrl: "job/eclipselink-cb-3.0/226/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128"
    jenkins/label: "el-master-agent-pod"
  name: "el-master-agent-pod-37dwb-s9qt7"
  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-37dwb-s9qt7"
    - name: "JENKINS_NAME"
      value: "el-master-agent-pod-37dwb-s9qt7"
    - 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-3131.vf2b_b_798b_ce99"
    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: "tkraus/el-build:2.0.2"
    name: "el-build"
    resources:
      limits:
        memory: "12Gi"
        cpu: "6"
      requests:
        memory: "12Gi"
        cpu: "5.5"
    tty: true
    volumeMounts:
    - mountPath: "/opt/tools"
      name: "tools"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir: {}
    name: "m2-repo"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "tools"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-eclipselink"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on el-master-agent-pod-37dwb-s9qt7 in /home/jenkins/agent/workspace/eclipselink-cb-3.0
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/eclipselink.git
 > git init /home/jenkins/agent/workspace/eclipselink-cb-3.0 # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision f79ba96c79e047ddaf302dadcffeae34a5914fc3 (refs/remotes/origin/3.0)
 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/3.0^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f79ba96c79e047ddaf302dadcffeae34a5914fc3 # timeout=10
Commit message: "Version change from 3.0.4-SNAPSHOT to 3.0.5-SNAPSHOT (#1980)"
 > git rev-list --no-walk d32bad7036d76bc89887814a12cac52b85d6b2c8 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Init)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] git
The recommended git tool is: git
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@5dc04ca9; decorates RemoteLauncher[hudson.remoting.Channel@977a6aa1:JNLP4-connect connection from 10.40.22.99/10.40.22.99:35486] 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 f79ba96c79e047ddaf302dadcffeae34a5914fc3 (refs/remotes/origin/3.0)
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-cb-3.0/.git # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/3.0^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f79ba96c79e047ddaf302dadcffeae34a5914fc3 # timeout=10
Commit message: "Version change from 3.0.4-SNAPSHOT to 3.0.5-SNAPSHOT (#1980)"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 3.0 f79ba96c79e047ddaf302dadcffeae34a5914fc3 # timeout=10
 > git rev-list --no-walk d32bad7036d76bc89887814a12cac52b85d6b2c8 # timeout=10
[Pipeline] sh
+ etc/jenkins/init.sh
-[ EclipseLink Init ]-----------------------------------------------------------
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key F956DAF8F18311D3: public key "Eclipselink Project <eclipselink-dev@eclipse.org>" 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 <eclipselink-dev@eclipse.org>

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 <eclipselink-dev@eclipse.org>

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 <eclipselink-dev@eclipse.org>
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 <eclipselink-dev@eclipse.org>

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 <eclipselink-dev@eclipse.org>

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 <eclipselink-dev@eclipse.org>

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/build.sh
-[ EclipseLink Build ]-----------------------------------------------------------
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 497 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 675 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 676 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 382 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 232 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 380 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 253 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 794 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 223 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 249 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 470 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 413 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 163 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 332 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 183 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 350 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 463 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 385 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 870 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 873 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 779 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 149 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 248 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 254 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 722 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 936 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 134 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 972 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 725 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 722 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 499 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 447 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 214 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 238 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 520 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 893 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 294 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 254 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 334 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 188 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 434 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 973 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 388 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 287 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 697 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 911 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 552 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 934 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 349 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 255 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 297 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 973 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 493 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 436 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 338 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 565 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 490 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 676 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 209 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 7.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 798 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 401 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 357 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 354 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 247 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 4.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 4.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 76 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 315 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 401 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 808 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 189 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 524 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 211 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 939 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 354 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 1.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 1.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 224 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.pom (11 kB at 285 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 950 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom (4.1 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 450 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 604 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 638 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 698 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 192 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 974 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 962 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 279 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 377 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 979 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 309 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 219 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 597 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 282 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 900 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 424 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 786 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 457 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 314 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 917 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 306 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 886 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 620 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 223 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 321 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 253 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 789 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 237 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 778 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 482 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 248 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 189 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 663 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 960 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 512 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 278 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 931 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 189 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 202 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 243 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 488 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 414 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 326 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 363 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 370 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 237 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 922 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 225 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 702 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 369 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 402 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 183 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 746 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 949 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 518 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 303 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 475 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 909 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 388 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 511 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 593 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 424 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 352 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 456 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 315 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 244 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 290 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 226 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 750 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 250 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 191 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 214 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 425 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 768 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 235 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 406 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 451 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 581 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 182 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.jar (213 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 9.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 739 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 662 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 216 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 379 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 764 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 633 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 366 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 719 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar (3.7 MB at 38 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 420 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 473 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 17 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 393 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 201 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 330 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar
[INFO] 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 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 437 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 329 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 936 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar (196 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 568 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 256 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 540 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 279 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 207 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 834 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 73 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 85 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 2.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 102 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 547 kB/s)
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.5-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-failsafe-plugin @ line 1362, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] Inspecting build with total of 39 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 39 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] EclipseLink Parent                                                 [pom]
[INFO] EclipseLink Hermes Parser                                          [jar]
[INFO] EclipseLink Core                                                   [jar]
[INFO] EclipseLink Core Test Framework                                    [jar]
[INFO] EclipseLink JPA                                                    [jar]
[INFO] EclipseLink JPA Test Framework                                     [jar]
[INFO] EclipseLink JPA Model Generator                                    [jar]
[INFO] EclipseLink MOXy                                                   [jar]
[INFO] EclipseLink DBWS                                                   [jar]
[INFO] EclipseLink JPA-RS                                                 [jar]
[INFO] EclipseLink Core Test                                              [jar]
[INFO] EclipseLink CORBA Extension                                        [jar]
[INFO] EclipseLink Extension                                              [jar]
[INFO] EclipseLink Test Server Parent                                     [pom]
[INFO] EclipseLink JPA Test                                               [jar]
[INFO] EclipseLink NoSQL Extension                                        [jar]
[INFO] EclipseLink MOXy XJC                                               [jar]
[INFO] EclipseLink SDO                                                    [jar]
[INFO] EclipseLink DBWS Builder                                           [jar]
[INFO] EclipseLink Package Rename Utility                                 [jar]
[INFO] EclipseLink Oracle Extension                                       [jar]
[INFO] EclipseLink Oracle NoSQL Extension                                 [jar]
[INFO] EclipseLink Bundles Parent                                         [pom]
[INFO] EclipseLink Bundles MOXy standalone                                [pom]
[INFO] EclipseLink Bundles eclipselink.jar (non-OSGi)                     [jar]
[INFO] EclipseLink Bundles tests                                          [jar]
[INFO] EclipseLink Bundles Other                                          [jar]
[INFO] EclipseLink Bundles P2 Site                                        [pom]
[INFO] EclipseLink Test Server Parent                                     [pom]
[INFO] EclipseLink SDO Test Server                                        [jar]
[INFO] EclipseLink JPA NoSQL Test                                         [jar]
[INFO] EclipseLink JPA JSE Test                                           [jar]
[INFO] EclipseLink JPA Spring Test                                        [jar]
[INFO] EclipseLink JPA WDF Test                                           [jar]
[INFO] EclipseLink Oracle Extension Test                                  [jar]
[INFO] EclipseLink DBWS Test Oracle                                       [jar]
[INFO] EclipseLink DBWS Builder Test Oracle                               [jar]
[INFO] EclipseLink DBWS Builder Test Oracle Server                        [jar]
[INFO] EclipseLink Package Signature Compare Utility                      [jar]
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >-------
[INFO] Building EclipseLink Parent 3.0.5-SNAPSHOT                        [1/39]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom (7.3 kB at 251 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar (69 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom (6.8 kB at 527 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom (7.9 kB at 247 kB/s)
[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
[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 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 596 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar (26 kB at 688 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom (20 kB at 929 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 668 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 801 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar (492 kB at 23 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom (15 kB at 489 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar (112 kB at 7.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.pom (16 kB at 716 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.jar (242 kB at 8.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom (16 kB at 578 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar (172 kB at 9.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 811 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 917 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom (3.6 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom (4.0 kB at 198 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom (40 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom (59 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar (36 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.pom (11 kB at 399 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 672 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.jar (45 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 629 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 334 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 947 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 295 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 2.9 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 632 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 713 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 366 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 652 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] 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 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 6.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 423 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 9.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 870 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 6.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 764 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 442 kB/s)
[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 482 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.8 MB/s)
[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 3.1 MB/s)
[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 2.2 MB/s)
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 423 kB/s)
[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
[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 7.8 kB/s)
[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
[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 219 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom (2.9 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 302 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom (3.9 kB at 188 kB/s)
[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
[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 242 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 24 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 605 kB/s)
[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
[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 222 kB/s)
[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
[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 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
[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 699 kB/s)
[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
[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 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 8.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar (12 kB at 469 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar (104 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 4.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 1.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 5.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 1.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 4.1 MB/s)
[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 2.4 MB/s)
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.pom (144 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom (1.4 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom (3.6 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom (4.4 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 948 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 362 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 335 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 845 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 737 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 161 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 463 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 894 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom (9.3 kB at 776 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 277 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 349 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 406 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom (2.6 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 437 kB/s)
[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
[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 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom
[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 232 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
[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 43 kB/s)
[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
[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 171 kB/s)
[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
[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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
[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 33 kB/s)
[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
[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 75 kB/s)
[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
[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 65 kB/s)
[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
[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 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 666 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 422 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 416 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 390 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 964 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 444 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 850 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 452 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 735 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 764 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 339 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
[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 164 kB/s)
[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
[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 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
[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 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
[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 160 kB/s)
[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
[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 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
[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 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 500 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 821 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 3.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 4.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
[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 85 kB/s)
[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
[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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
[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 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 267 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
[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 715 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 349 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 538 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 611 kB/s)
[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
[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 407 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
[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 181 kB/s)
[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
[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 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
[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 283 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 958 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 318 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 343 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 9.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 9.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 9.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 547 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 7.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 240 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 351 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 623 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 4.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 759 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7.0 kB at 409 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (9.9 kB at 903 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 329 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 230 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 571 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 295 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom (1.5 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom (19 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3.0 kB at 299 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 571 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 265 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 221 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 359 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 221 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 256 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 905 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 737 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 886 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 447 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.jar (2.0 MB at 57 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.jar (406 kB at 24 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 8.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar (337 kB at 9.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 475 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 191 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 326 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 3.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 2.4 MB/s)
[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
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 649 kB/s)
[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.jar
[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 277 kB/s)
[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
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 11 MB/s)
[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
[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.6 MB/s)
[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
[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.jar (165 kB at 1.7 MB/s)
[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
[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 2.5 MB/s)
[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
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 25 MB/s)
[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.jar
[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 1.6 MB/s)
[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
[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 9.2 MB/s)
[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
[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.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
[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 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
[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 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar (5.8 MB at 33 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
[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 952 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
[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.jar (47 kB at 253 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
[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 925 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 317 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 274 kB/s)
[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
[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 194 kB/s)
[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
[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 457 kB/s)
[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
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.7 MB/s)
[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
[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 129 kB/s)
[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
[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 541 kB/s)
[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.jar
[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.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
[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.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 192 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 363 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 419 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 493 kB/s)
[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.jar (575 kB at 2.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 30 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 209 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.6 MB/s)
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- assembly:3.3.0:single (test-defaults) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 211 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 636 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 461 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 822 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 621 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 322 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 271 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 4.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 10 MB/s)
[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 932 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 1.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 4.1 MB/s)
[INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 317 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 196 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 693 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 261 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 805 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 406 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 608 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 238 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom (1.6 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom (19 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom (1.6 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 385 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 300 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 908 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 183 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 890 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 225 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom (4.4 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 389 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 475 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom (6.7 kB at 293 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom (16 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom (3.4 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom (3.0 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom (2.0 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom (2.7 kB at 249 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom (2.0 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 996 kB/s)
[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
[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 118 kB/s)
[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
[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 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 961 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom (6.7 kB at 163 kB/s)
[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
[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 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
[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 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 209 kB/s)
[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
[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 272 kB/s)
[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
[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 407 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 762 kB/s)
[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
[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 45 kB/s)
[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
[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 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 341 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 766 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar (12 kB at 456 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 8.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar (12 kB at 218 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 4.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar (219 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar (66 kB at 771 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 9.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 124 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar (17 kB at 169 kB/s)
[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
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar (18 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 1.3 MB/s)
[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
[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.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar
[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.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar (18 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar (35 kB at 276 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar (122 kB at 937 kB/s)
[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 278 kB/s)
[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 270 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 2.2 MB/s)
[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 3.7 MB/s)
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 266 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 684 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 799 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 155 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 665 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 850 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 591 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 737 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 319 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 270 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 230 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 920 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 225 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 232 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 652 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 270 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 236 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 167 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 286 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 626 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 483 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 537 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 284 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 522 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 212 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 24 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
[INFO] 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 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 653 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 5.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 215 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 291 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 493 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 322 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 414 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 181 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 189 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 674 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 220 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 634 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 723 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 776 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 434 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 395 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 858 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 866 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 624 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 680 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 650 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 458 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 24 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 7.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 967 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 42 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 338 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 19 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 989 kB/s)
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.parent ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698230911479
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom (2.1 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom (8.4 kB at 644 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom (2.5 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom (3.9 kB at 329 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom (35 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom (49 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 617 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 426 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 407 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 522 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.3/commons-io-2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.3/commons-io-2.3.pom (11 kB at 441 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 908 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom (1.9 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom (1.6 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom (6.1 kB at 338 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom (40 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom (58 kB at 4.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom (3.2 kB at 249 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 983 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 861 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom (5.3 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom (2.5 kB at 194 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom (1.9 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom (1.6 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (9.7 kB at 295 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar (864 kB at 20 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar (23 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar (126 kB at 7.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.jar (232 kB at 9.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 44 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 5.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar (232 kB at 4.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar (854 kB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar (194 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar (335 kB at 4.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 4.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar (605 kB at 7.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar (229 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar (16 kB at 187 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 296 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (88 kB at 986 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar (8.8 kB at 86 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 4.2 MB/s)
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- assembly:3.3.0:single (common-license) @ org.eclipse.persistence.parent ---
[INFO] Reading assembly descriptor: src/main/assembly/common-license.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.pom (4.1 kB at 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom (3.6 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom (3.4 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom (16 kB at 577 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom (6.8 kB at 675 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom (3.0 kB at 304 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.jar (57 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar (17 kB at 1.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar (14 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.jar (60 kB at 5.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar (66 kB at 1.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 10 MB/s)
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 248 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 386 kB/s)
[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.0/maven-common-artifact-filters-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom (11 kB at 573 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 249 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 668 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 432 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom (3.3 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom (1.9 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom (2.7 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom (1.9 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 507 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom (16 kB at 511 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 434 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 639 kB/s)
[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
[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 268 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 248 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 5.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 5.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 543 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar (128 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 399 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 396 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 5.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 1.1 MB/s)
[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
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar (317 kB at 6.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 914 kB/s)
[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 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 248 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 254 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 157 kB/s)
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 16 MB/s)
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom (12 kB at 578 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom
[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 465 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar (128 kB at 8.0 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip.asc
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------
[INFO] Building EclipseLink Hermes Parser 3.0.5-SNAPSHOT                 [2/39]
[INFO]   from jpa/org.eclipse.persistence.jpa.jpql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 276 kB/s)
[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
[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 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 877 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 624 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 6.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.pom (8.1 kB at 337 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.jar (42 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 290 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 509 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom (15 kB at 69 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar (156 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 11 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jpql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jpql ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698230916112
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 6.6 MB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 279 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 329 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 511 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 267 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 670 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 11 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 168 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 575 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 2.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 677 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 696 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/DeclarationResolver.java:[436,17] possible fall-through into case
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 256 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom (13 kB at 534 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom (5.1 kB at 166 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom (3.8 kB at 240 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom (8.0 kB at 319 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom (4.8 kB at 298 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom (4.2 kB at 422 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 326 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar (804 kB at 47 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar (317 kB at 20 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar (14 kB at 834 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar (51 kB at 2.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 4.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar (343 kB at 13 MB/s)
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.jpql ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
150 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/OrExpression.java:22: warning: empty <p> tag
[WARNING] * <p></p>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/OrExpression.java:27: warning: empty <p> tag
[WARNING] * <p></p>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:93: warning: no @param for type
[WARNING] Object[] getConstructors(Object type);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:144: warning: no @param for expression
[WARNING] Object getManagedType(Expression expression);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:144: warning: no @return
[WARNING] Object getManagedType(Expression expression);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:218: warning: no @param for typeDeclaration
[WARNING] Object getType(Object typeDeclaration);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:316: warning: no @param for type
[WARNING] boolean isEnumType(Object type);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:338: warning: no @param for managedType
[WARNING] boolean isManagedTypeResolvable(Object managedType);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:404: warning: no @param for type
[WARNING] boolean isTypeResolvable(Object type);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/Expression.java:871: warning: no @param for queryPosition
[WARNING] void populatePosition(QueryPosition queryPosition, int position);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:240: warning: no @throws for java.lang.NoSuchMethodException
[WARNING] protected void acceptUnknownVisitor(ExpressionVisitor visitor,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:240: warning: no @throws for java.lang.IllegalAccessException
[WARNING] protected void acceptUnknownVisitor(ExpressionVisitor visitor,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:240: warning: no @throws for java.lang.reflect.InvocationTargetException
[WARNING] protected void acceptUnknownVisitor(ExpressionVisitor visitor,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:472: warning: no @param for identifier
[WARNING] public JPAVersion getIdentifierVersion(String identifier) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionFactory.java:109: warning: no @param for tolerant
[WARNING] protected abstract AbstractExpression buildExpression(AbstractExpression parent,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionRegistry.java:190: warning: no @param for queryBNFId
[WARNING] public Iterable<String> getIdentifiers(String queryBNFId) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionRegistry.java:199: warning: no @param for identifier
[WARNING] public JPAVersion getIdentifierVersion(String identifier) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionRegistry.java:322: warning: no @param for fallbackExpressionFactoryId
[WARNING] public void setFallbackExpressionFactoryId(String queryBNFId, String fallbackExpressionFactoryId) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractJPQLGrammar.java:264: warning: no @param for fallbackExpressionFactoryId
[WARNING] public void setFallbackExpressionFactoryId(String queryBNFId, String fallbackExpressionFactoryId) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/JPQLQueryBNF.java:483: warning: no @return
[WARNING] public boolean handlesNestedArray() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractLiteralExpressionFactory.java:56: warning: no @param for tolerant
[WARNING] protected abstract AbstractExpression buildExpression(AbstractExpression parent,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractLiteralExpressionFactory.java:137: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AggregateFunction.java:95: warning: no @param for wordParser
[WARNING] protected AbstractExpression buildEncapsulatedExpression(WordParser wordParser, String word) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/DeleteStatement.java:78: warning: no @return
[WARNING] public DeleteClause addDeleteClause() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/NullComparisonExpression.java:61: warning: no @param for identifier
[WARNING] public NullComparisonExpression(AbstractExpression parent,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1238: warning: no @param for expression
[WARNING] protected RangeVariableDeclaration findRangeVariableDeclaration(UpdateClause expression) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1504: warning: no @param for <T>
[WARNING] protected final <T> T getHelper(Class<T> helperClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1919: warning: no description for @param
[WARNING] * @param expression
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1920: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:2217: warning: no description for @param
[WARNING] * @param queryBNF
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:2236: warning: no description for @param
[WARNING] * @param queryBNFId
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:2388: warning: no @param for <T>
[WARNING] protected final <T> void registerHelper(Class<T> helperClass, T helper) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:4030: warning: no @param for <T>
[WARNING] protected <T extends Expression> void visitCollectionExpression(T expression,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:4539: warning: no description for @param
[WARNING] * @param expression
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:4543: warning: no @param for <T>
[WARNING] protected <T extends Expression> void visitStatement(T expression, StatementHelper<T> helper) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:7007: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:9285: warning: no @return
[WARNING] protected abstract boolean add(AbstractContentAssistVisitor contentAssist,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:9371: warning: no @return
[WARNING] protected boolean isPossibleCompositeIdentifier(String clause, String fragment) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/ContentAssistExtension.java:71: warning: no description for @param
[WARNING] * @param prefix
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/ContentAssistProposals.java:150: warning: no @return
[WARNING] ClassType getClassType();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/ContentAssistProposals.java:227: warning: no @return
[WARNING] Iterable<String> enumConstants();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/DefaultJPQLQueryContext.java:47: warning: no @param for jpqlGrammar
[WARNING] public DefaultJPQLQueryContext(JPQLGrammar jpqlGrammar) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/RefactoringDelta.java:41: warning: no @return
[WARNING] String applyChanges();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/DefaultSemanticValidator.java:518: warning: no @return
[WARNING] protected boolean validateBooleanType(Expression expression, String messageKey) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/RefactoringTool.java:460: warning: no @param for <T>
[WARNING] protected <T extends StateObject> void visit(T stateObject,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/RefactoringTool.java:671: warning: no @param for managedTypeProvider
[WARNING] public FieldNameRenamer(IManagedTypeProvider managedTypeProvider,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/IScalarExpressionStateObjectBuilder.java:139: warning: no @param for jdbcDate
[WARNING] T date(String jdbcDate);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/AbstractStateObjectBuilder.java:73: warning: no @param for <T>
[WARNING] protected final <T extends IScalarExpressionStateObjectBuilder<?>> void checkBuilders(T... builders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/DefaultCaseExpressionStateObjectBuilder.java:32: warning: no @param for parent
[WARNING] public DefaultCaseExpressionStateObjectBuilder(StateObject parent) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/IPropertyChangeEvent.java:56: warning: no @param for <S>
[WARNING] <S extends StateObject> S getSource();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for list
[WARNING] public ListChangeEvent(StateObject source,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for eventType
[WARNING] public ListChangeEvent(StateObject source,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for listName
[WARNING] public ListChangeEvent(StateObject source,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for items
[WARNING] public ListChangeEvent(StateObject source,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for startIndex
[WARNING] public ListChangeEvent(StateObject source,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for endIndex
[WARNING] public ListChangeEvent(StateObject source,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/StateObject.java:152: warning: no @return
[WARNING] boolean isDecorated();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:154: warning: no @throws for java.lang.NoSuchMethodException
[WARNING] protected void acceptUnknownVisitor(StateObjectVisitor visitor,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:154: warning: no @throws for java.lang.IllegalAccessException
[WARNING] protected void acceptUnknownVisitor(StateObjectVisitor visitor,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:154: warning: no @throws for java.lang.reflect.InvocationTargetException
[WARNING] protected void acceptUnknownVisitor(StateObjectVisitor visitor,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:256: warning: no @param for <T>
[WARNING] protected <T extends StateObject> T buildStateObject(CharSequence jpqlFragment, String queryBNFId) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:273: warning: no @param for <T>
[WARNING] protected <T extends StateObject> List<T> buildStateObjects(CharSequence jpqlFragment,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:469: warning: no @param for <T>
[WARNING] protected <T extends StateObject> List<T> parent(List<T> stateObjects) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:482: warning: no @param for <T>
[WARNING] protected <T extends StateObject> T[] parent(T... stateObjects) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:495: warning: no @param for <T>
[WARNING] protected <T extends StateObject> T parent(T stateObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ListHolderStateObject.java:39: warning: no @param for <S>
[WARNING] <S extends T> S addItem(S item);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ListHolderStateObject.java:39: warning: no @return
[WARNING] <S extends T> S addItem(S item);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractIdentificationVariableDeclarationStateObject.java:172: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:269: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:281: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:294: warning: no @return
[WARNING] public IMapping getMapping(int index) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:440: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractRangeVariableDeclarationStateObject.java:82: warning: no @param for root
[WARNING] public AbstractRangeVariableDeclarationStateObject(AbstractIdentificationVariableDeclarationStateObject parent,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractSelectClauseStateObject.java:80: warning: no @return
[WARNING] public boolean hasDistinct() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ArithmeticFactorStateObject.java:75: warning: no @param for plusSign
[WARNING] public ArithmeticFactorStateObject(StateObject parent, boolean plusSign, StateObject stateObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/BadExpressionStateObject.java:37: warning: no @param for text
[WARNING] public BadExpressionStateObject(StateObject parent, String text) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:150: warning: no @param for <T>
[WARNING] protected <T> void addListener(Map<String, List<T>> listeners,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:195: warning: no @param for <T>
[WARNING] public <T> boolean canMoveDown(List<T> list, T stateObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:209: warning: no @param for <T>
[WARNING] public <T> boolean canMoveUp(List<T> list, T item) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:272: warning: no @param for listeners
[WARNING] protected boolean hasListeners(Map<String, ?> listeners, String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:483: warning: no @param for <T>
[WARNING] protected <T> void removeListener(Map<String, List<T>> listeners,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:92: warning: no description for @param
[WARNING] * @param entityStateObject
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:95: warning: no description for @param
[WARNING] * @param of
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:96: warning: no description for @param
[WARNING] * @param collectionValuedPath
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:116: warning: no description for @param
[WARNING] * @param entityStateObject
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:117: warning: no description for @param
[WARNING] * @param collectionValuedPath
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:239: warning: no description for @param
[WARNING] * @param entityStateObject
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ConcatExpressionStateObject.java:61: warning: no @param for parent
[WARNING] public ConcatExpressionStateObject(StateObject parent, List<? extends StateObject> stateObjects) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/IdentificationVariableStateObject.java:167: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/IdentificationVariableStateObject.java:238: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:98: warning: no description for @param
[WARNING] * @param path
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:118: warning: no description for @param
[WARNING] * @param path
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:139: warning: no description for @param
[WARNING] * @param stateObject
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:142: warning: no description for @param
[WARNING] * @param items
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:159: warning: no description for @param
[WARNING] * @param stateFieldPath
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:160: warning: no description for @param
[WARNING] * @param items
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:174: warning: no description for @param
[WARNING] * @param path
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:219: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:238: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:330: warning: no description for @param
[WARNING] * @param stateObject
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/LikeExpressionStateObject.java:252: warning: no @param for escapeCharacter
[WARNING] public void setEscapeCharacter(String escapeCharacter) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/OrderByClauseStateObject.java:87: warning: no @param for paths
[WARNING] public OrderByItemStateObject addItem(String... paths) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/OrderByItemStateObject.java:99: warning: no @param for ordering
[WARNING] public OrderByItemStateObject(OrderByClauseStateObject parent, Ordering ordering) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/SimpleSelectClauseStateObject.java:111: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/UpdateItemStateObject.java:180: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:100: warning: no description for @param
[WARNING] * @param subquery
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:321: warning: no description for @param
[WARNING] * @param name
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:322: warning: no description for @param
[WARNING] * @param resolver
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:323: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/StateFieldResolver.java:40: warning: no @param for path
[WARNING] public StateFieldResolver(Resolver parent, String path) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/filter/AndFilter.java:58: warning: no @param for <T>
[WARNING] public static <T> Filter<T> and(Filter<T>... filters) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/CloneIterable.java:63: warning: no @param for element
[WARNING] protected void remove(@SuppressWarnings("unused") E element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:165: warning: no @param for element
[WARNING] void remove(T element);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/EmptyIterable.java:61: warning: no @param for <T>
[WARNING] public static <T> Iterable<T> instance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SingleElementListIterable.java:49: warning: no @param for element
[WARNING] public SingleElementListIterable(E element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:67: warning: no @param for iterator
[WARNING] public SnapshotCloneIterable(Iterator<? extends E> iterator) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:77: warning: no @param for iterator
[WARNING] public SnapshotCloneIterable(Iterator<? extends E> iterator, CloneIterator.Remover<E> remover) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:77: warning: no @param for remover
[WARNING] public SnapshotCloneIterable(Iterator<? extends E> iterator, CloneIterator.Remover<E> remover) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:89: warning: no @param for collection
[WARNING] public SnapshotCloneIterable(Collection<? extends E> collection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:99: warning: no @param for collection
[WARNING] public SnapshotCloneIterable(Collection<? extends E> collection, CloneIterator.Remover<E> remover) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:99: warning: no @param for remover
[WARNING] public SnapshotCloneIterable(Collection<? extends E> collection, CloneIterator.Remover<E> remover) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:60: warning: no @param for collection
[WARNING] public CloneIterator(Collection<? extends E> collection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:69: warning: no @param for array
[WARNING] public CloneIterator(E[] array) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:78: warning: no @param for collection
[WARNING] public CloneIterator(Collection<? extends E> collection, Remover<E> remover) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:78: warning: no @param for remover
[WARNING] public CloneIterator(Collection<? extends E> collection, Remover<E> remover) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:87: warning: no @param for array
[WARNING] public CloneIterator(E[] array, Remover<E> remover) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:87: warning: no @param for remover
[WARNING] public CloneIterator(E[] array, Remover<E> remover) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:96: warning: no @param for remover
[WARNING] protected CloneIterator(Remover<E> remover, Object... array) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:96: warning: no @param for array
[WARNING] protected CloneIterator(Remover<E> remover, Object... array) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:138: warning: no @return
[WARNING] protected E nestedNext() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:148: warning: no @param for e
[WARNING] protected void remove(E e) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/EmptyIterator.java:48: warning: no @param for <T>
[WARNING] public static synchronized <T> Iterator<T> instance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:101: warning: no @param for <T>
[WARNING] public static <T> T[] array(Class<T> componentType, Iterable<? extends T> iterable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:114: warning: no @param for <T>
[WARNING] public static <T> T[] array(Class<T> componentType, Iterator<? extends T> iterator) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:136: warning: no description for @param
[WARNING] * @param <E>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:155: warning: no @param for <T>
[WARNING] public static <T> List<T> list(Iterator<? extends T> iterator) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/filter/NullFilter.java:46: warning: no @param for <T>
[WARNING] public static <T> Filter<T> instance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:41: warning: no @param for array
[WARNING] public ArrayIterable(E... array) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:50: warning: no @param for array
[WARNING] public ArrayIterable(E[] array, int start) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:50: warning: no @param for start
[WARNING] public ArrayIterable(E[] array, int start) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:59: warning: no @param for array
[WARNING] public ArrayIterable(E[] array, int start, int length) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:59: warning: no @param for start
[WARNING] public ArrayIterable(E[] array, int start, int length) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:59: warning: no @param for length
[WARNING] public ArrayIterable(E[] array, int start, int length) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:63: warning: no @param for index
[WARNING] protected void add(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:63: warning: no @param for element
[WARNING] protected void add(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:74: warning: no @param for index
[WARNING] protected void remove(@SuppressWarnings("unused") int index) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:85: warning: no @param for index
[WARNING] protected void set(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:85: warning: no @param for element
[WARNING] protected void set(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterator/CloneListIterator.java:231: warning: no @param for index
[WARNING] void add(int index, T o);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterator/CloneListIterator.java:231: warning: no @param for o
[WARNING] void add(int index, T o);
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >--------
[INFO] Building EclipseLink Core 3.0.5-SNAPSHOT                          [3/39]
[INFO]   from foundation/org.eclipse.persistence.core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.pom (22 kB at 765 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 591 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.pom (11 kB at 415 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0/jakarta.enterprise.cdi-parent-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0/jakarta.enterprise.cdi-parent-3.0.0.pom (913 B at 34 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom (12 kB at 428 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.pom (12 kB at 423 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom (16 kB at 580 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom (5.3 kB at 183 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.pom (10.0 kB at 356 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.pom (18 kB at 586 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.pom (6.4 kB at 238 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/2.0.1/all-2.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/2.0.1/all-2.0.1.pom (24 kB at 779 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.pom (13 kB at 512 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom (12 kB at 444 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.pom (6.8 kB at 235 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/2.0.1/all-2.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 761 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 509 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (9.5 kB at 381 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.pom (4.6 kB at 178 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba/4.2.4/glassfish-corba-4.2.4.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba/4.2.4/glassfish-corba-4.2.4.pom (18 kB at 655 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar (290 kB at 6.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar (119 kB at 4.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.jar (45 kB at 822 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar (10 kB at 135 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar (221 kB at 2.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar (25 kB at 259 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar (25 kB at 233 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar (81 kB at 707 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.jar (56 kB at 485 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.jar (68 kB at 566 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar (48 kB at 357 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar (28 kB at 199 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (129 kB at 806 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar (1.4 MB at 6.1 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698230942452
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1695 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[124,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1083,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[792,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1913,47] static method should be qualified by type name, java.lang.Thread, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[1598,14] redundant cast to org.eclipse.persistence.mappings.DatabaseMapping
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java:[1095,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/server/ClientSession.java:[797,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/history/AsOfClause.java:[46,8] Class org.eclipse.persistence.history.AsOfClause overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DirectCollectionChangeRecord.java:[381,19] Class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord.NULL overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/databaseaccess/ConnectionCustomizer.java:[103,12] Class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer.Empty overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ArgumentListFunctionExpression.java:[102,10] redundant cast to org.eclipse.persistence.expressions.ListExpressionOperator
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/BasicMap.java:[56,9] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/DeclarationResolver.java:[349,17] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[744,9] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1055,20] redundant cast to T
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1090,40] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/StoredProcedureParameter.java:[44,15] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[61,11] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[73,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeObjectMapping.java:[541,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/SymfowarePlatform.java:[335,17] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[222,62] ORDER_UPDATES in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[475,30] setLookupType(int) in org.eclipse.persistence.sessions.JNDIConnector has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[75,20] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[76,13] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[47,57] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[48,81] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/queries/CoreAttributeConverter.java:[107,17] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/MaxDBPlatform.java:[225,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeCollectionMapping.java:[554,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/CollectionTable.java:[42,9] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/expressions/spatial/SpatialExpressionFactory.java:[145,46] static method should be qualified by type name, org.eclipse.persistence.expressions.Expression, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[284,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[300,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[323,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/factories/ProjectClassGenerator.java:[1266,70] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/logging/LogFormatter.java:[109,23] explicit call to close() on an auto-closeable resource
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.core ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.core ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.5-SNAPSHOT/org.eclipse.persistence.core-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >--
[INFO] Building EclipseLink Core Test Framework 3.0.5-SNAPSHOT           [4/39]
[INFO]   from foundation/org.eclipse.persistence.core.test.framework/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test.framework ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test.framework ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698230977240
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test.framework ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 95 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[259,23] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[386,32] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[573,23] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[698,32] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedStatement.java:[347,17] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[74,67] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[75,67] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[76,67] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[77,67] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[78,67] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,67] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test.framework ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.core.test.framework ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
150 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:32: warning: empty <b> tag
[WARNING] * <p>Purpose<b></b>:
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:22: warning: empty <b> tag
[WARNING] * <p>Purpose<b></b>:This is a JUnit Test wrapper for TopLink.
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ManualVerifyTestCase.java:20: warning: empty <b> tag
[WARNING] * <p>Purpose<b></b>:All the test cases are subclassed from this class. Each test case tests single
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCollection.java:24: warning: empty <b> tag
[WARNING] * <p>Purpose<b></b>: TestCollection is a collection of test suites and models. When a test collection is executed
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:23: warning: empty <b> tag
[WARNING] * <p>Purpose<b></b>:Creates several variations of the passed TestCase
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestWrapper.java:19: warning: empty <b> tag
[WARNING] * <p>Purpose<b></b>:A wrapper around TestCase.
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:29: warning: no @param for summary
[WARNING] public void appendTestResult(TestResultsSummary summary);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:41: warning: no @return
[WARNING] public Session defaultLogin();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:46: warning: no @param for executor
[WARNING] public void execute(TestExecutor executor) throws Throwable;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:46: warning: no @throws for java.lang.Throwable
[WARNING] public void execute(TestExecutor executor) throws Throwable;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:51: warning: no @return
[WARNING] public TestEntity getContainer();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:56: warning: no @return
[WARNING] public String getName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:63: warning: no @return
[WARNING] public ResultInterface getReport();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:69: warning: no @param for testResult
[WARNING] public void setReport(ResultInterface testResult);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:80: warning: no @param for log
[WARNING] public void logRegressionResult(Writer log);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:85: warning: no @param for log
[WARNING] public void logResult(Writer log);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:90: warning: no @param for log
[WARNING] public void logResult(Writer log, boolean shouldLogOnlyErrors);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:90: warning: no @param for shouldLogOnlyErrors
[WARNING] public void logResult(Writer log, boolean shouldLogOnlyErrors);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:101: warning: no @param for testEntity
[WARNING] public void setContainer(TestEntity testEntity);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:117: warning: no @param for source
[WARNING] public boolean compareObjects(Object source, Object target) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:117: warning: no @param for target
[WARNING] public boolean compareObjects(Object source, Object target) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:117: warning: no @return
[WARNING] public boolean compareObjects(Object source, Object target) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:124: warning: no @param for object
[WARNING] public boolean verifyDelete(Object object) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:124: warning: no @return
[WARNING] public boolean verifyDelete(Object object) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:296: warning: no @return
[WARNING] public String getDescription() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:303: warning: no @return
[WARNING] public TestExecutor getExecutor() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:310: warning: no @return
[WARNING] public String getIndentationString() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:335: warning: no @return
[WARNING] public EntityManager createEntityManager() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:342: warning: no @return
[WARNING] public org.eclipse.persistence.sessions.DatabaseSession getDatabaseSession() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:349: warning: no @return
[WARNING] public org.eclipse.persistence.internal.sessions.AbstractSession getAbstractSession() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:356: warning: no @return
[WARNING] public org.eclipse.persistence.sessions.Session getSession() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:363: warning: no @return
[WARNING] public Server getServerSession() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:396: warning: no @return
[WARNING] public TestResult getTestResult() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:458: warning: no @throws for java.lang.Throwable
[WARNING] public void reset() throws Throwable {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:488: warning: no @throws for java.lang.Throwable
[WARNING] protected void resetVerify() throws Throwable {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:500: warning: no @param for description
[WARNING] public void setDescription(String description) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:507: warning: no @param for anExecutor
[WARNING] public void setExecutor(TestExecutor anExecutor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:514: warning: no @param for indentationString
[WARNING] public void setIndentationString(String indentationString) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:531: warning: no @param for exception
[WARNING] public void setTestException(EclipseLinkException exception) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:547: warning: no @param for testResult
[WARNING] public void setTestResult(TestResult testResult) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:556: warning: no @throws for java.lang.Throwable
[WARNING] protected void setup() throws Throwable {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:572: warning: no @throws for java.lang.Throwable
[WARNING] public void executeTest() throws Throwable {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:581: warning: no @throws for java.lang.Throwable
[WARNING] protected void test() throws Throwable {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:596: warning: no @throws for java.lang.Throwable
[WARNING] protected void verify() throws Throwable {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:604: warning: no @param for message
[WARNING] public void throwError(String message) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:612: warning: no @param for message
[WARNING] public void throwError(String message, Throwable exception) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:612: warning: no @param for exception
[WARNING] public void throwError(String message, Throwable exception) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:621: warning: no @param for message
[WARNING] public void throwWarning(String message) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:633: warning: no @param for assertion
[WARNING] public void strongAssert(boolean assertion, String errorMessage) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:633: warning: no @param for errorMessage
[WARNING] public void strongAssert(boolean assertion, String errorMessage) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:643: warning: no description for @param
[WARNING] * @param assertion
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:644: warning: no description for @param
[WARNING] * @param warningMessage
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:694: warning: no @return
[WARNING] public SessionEventAdapter checkTransactionIsolation() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:723: warning: no @param for session
[WARNING] public static boolean supportsStoredProcedures(Session session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:723: warning: no @return
[WARNING] public static boolean supportsStoredProcedures(Session session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/BatchTestRunner.java:38: warning: no @param for str
[WARNING] public static void log(String str) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:37: warning: no @return
[WARNING] public int getIterations();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:66: warning: no @return
[WARNING] public long getTestRunTime();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:73: warning: no @param for testRunTime
[WARNING] public void setTestRunTime(long testRunTime);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:78: warning: no @return
[WARNING] public double getAllowableDecrease();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:83: warning: no @param for allowableDecrease
[WARNING] public void setAllowableDecrease(double allowableDecrease);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:88: warning: no @return
[WARNING] public List getTests();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:93: warning: no @param for test
[WARNING] public void addTest(TestCase test);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:180: warning: no @param for performanceTest
[WARNING] public static void executeTest(PerformanceComparisonTest performanceTest) throws Throwable {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:180: warning: no @throws for java.lang.Throwable
[WARNING] public static void executeTest(PerformanceComparisonTest performanceTest) throws Throwable {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:250: warning: no @param for performanceTest
[WARNING] public static void verify(PerformanceComparisonTest performanceTest) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:266: warning: no @return
[WARNING] public Session buildEmulatedSession() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:41: warning: no @return
[WARNING] public int getMaxThreads() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:48: warning: no @param for maxThreads
[WARNING] public void setMaxThreads(int maxThreads) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:72: warning: no @param for numberOfThreads
[WARNING] public void startTest(int numberOfThreads) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:135: warning: no @param for numberOfThreads
[WARNING] public void test(int numberOfThreads) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:135: warning: no @throws for java.lang.Exception
[WARNING] public void test(int numberOfThreads) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:177: warning: no @throws for java.lang.Exception
[WARNING] public abstract void runTask() throws Exception;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:183: warning: no @param for numberOfThreads
[WARNING] public void addThreadTest(final int numberOfThreads) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceRegressionTestCase.java:53: warning: no @param for test
[WARNING] public static void verify(PerformanceRegressionTest test) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:38: warning: no @return
[WARNING] public int getMaxThreads() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:45: warning: no @param for maxThreads
[WARNING] public void setMaxThreads(int maxThreads) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:78: warning: no @param for numberOfThreads
[WARNING] public void startTest(int numberOfThreads) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:136: warning: no @param for numberOfThreads
[WARNING] public void test(int numberOfThreads) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:136: warning: no @throws for java.lang.Exception
[WARNING] public void test(int numberOfThreads) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:161: warning: no @throws for java.lang.Exception
[WARNING] public abstract void runTask() throws Exception;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:95: warning: no @param for objectToBeMutated
[WARNING] public Object findAndMutateDirectToFieldMappingInObject(Object objectToBeMutated, boolean isInUOW) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:95: warning: no @param for isInUOW
[WARNING] public Object findAndMutateDirectToFieldMappingInObject(Object objectToBeMutated, boolean isInUOW) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:95: warning: no @return
[WARNING] public Object findAndMutateDirectToFieldMappingInObject(Object objectToBeMutated, boolean isInUOW) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:161: warning: no @return
[WARNING] public boolean makesTrivialUpdate() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:168: warning: no @return
[WARNING] public boolean testShouldMutate() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:192: warning: no @param for value
[WARNING] public void setMakesTrivialUpdate(boolean value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:202: warning: no @param for value
[WARNING] public void setTestShouldMutate(boolean value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:211: warning: no @param for value
[WARNING] public void setShouldBindAllParameters(boolean value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @param for controlQuery
[WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @param for queryWithJoins
[WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @param for session
[WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @return
[WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @param for controlQuery
[WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @param for queryWithJoins
[WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @param for session
[WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @return
[WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:106: warning: no @param for junitTestCaseClass
[WARNING] public static Vector suite(Class junitTestCaseClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:106: warning: no @return
[WARNING] public static Vector suite(Class junitTestCaseClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:207: warning: no @param for expression
[WARNING] public Vector readAllTestModelSummaries(org.eclipse.persistence.expressions.Expression expression) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:207: warning: no @return
[WARNING] public Vector readAllTestModelSummaries(org.eclipse.persistence.expressions.Expression expression) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:218: warning: no @param for expression
[WARNING] public Vector readAllTests(org.eclipse.persistence.expressions.Expression expression) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:218: warning: no @return
[WARNING] public Vector readAllTests(org.eclipse.persistence.expressions.Expression expression) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:250: warning: no @param for log
[WARNING] public void saveLoadBuild(java.io.Writer log) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java:34: warning: no @param for reference
[WARNING] public void addWeakReference(Object reference) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java:41: warning: no @param for references
[WARNING] public void addWeakReferences(List references) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ResultInterface.java:27: warning: no @return
[WARNING] public boolean hasPassed();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ResultInterface.java:32: warning: no @return
[WARNING] public boolean shouldLogResult();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ResultInterface.java:37: warning: no @param for log
[WARNING] public void logResult(Writer log);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:90: warning: no @return
[WARNING] public String getExceptionStackTraceForDatabase() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:109: warning: no @return
[WARNING] public String getExceptionStackTrace() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:142: warning: no @return
[WARNING] public EclipseLinkException getLoadBuildException() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:162: warning: no @return
[WARNING] public String getOutcome() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:169: warning: no @param for exception
[WARNING] public String getOutcomeForException(EclipseLinkException exception) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:169: warning: no @return
[WARNING] public String getOutcomeForException(EclipseLinkException exception) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:202: warning: no @return
[WARNING] public boolean hasError() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:209: warning: no @return
[WARNING] public boolean hasFatalError() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:224: warning: no @return
[WARNING] public boolean hasProblem() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:231: warning: no @return
[WARNING] public boolean hasWarning() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:238: warning: no @return
[WARNING] public boolean hasFailed() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:245: warning: no @param for log
[WARNING] public void logRegressionResult(Writer log) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:293: warning: no @param for anException
[WARNING] public void setException(EclipseLinkException anException) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:301: warning: no @param for stackTrace
[WARNING] public void setExceptionStackTrace(String stackTrace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:332: warning: no @param for outcome
[WARNING] public void setOutcome(String outcome) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:123: warning: no @return
[WARNING] public double getAverageTestCount() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:130: warning: no @param for averageTestCount
[WARNING] public void setAverageTestCount(double averageTestCount) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:140: warning: no @return
[WARNING] public double getPercentageDifferenceLastRun() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:148: warning: no @return
[WARNING] public double getPercentageDifferenceAverage() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:158: warning: no @return
[WARNING] public String getBaselineVersion() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:193: warning: no @return
[WARNING] public List getTestCounts() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:200: warning: no @return
[WARNING] public List getCurrentVersionResults() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:207: warning: no @return
[WARNING] public List getBaselineVersionResults() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:214: warning: no @param for time
[WARNING] public void addTestCount(long time, int test) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:214: warning: no @param for test
[WARNING] public void addTestCount(long time, int test) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:299: warning: no @param for times
[WARNING] public static Number maxResults(List times) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:299: warning: no @return
[WARNING] public static Number maxResults(List times) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:313: warning: no @param for times
[WARNING] public static Number minResults(List times) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:313: warning: no @return
[WARNING] public static Number minResults(List times) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:327: warning: no @param for times
[WARNING] public static List filterMaxMinResults(List times) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:327: warning: no @return
[WARNING] public static List filterMaxMinResults(List times) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:339: warning: no @param for allTimes
[WARNING] public static double averageResults(List allTimes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:339: warning: no @return
[WARNING] public static double averageResults(List allTimes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:354: warning: no @param for allTimes
[WARNING] public static double standardDeviationResults(List allTimes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:354: warning: no @return
[WARNING] public static double standardDeviationResults(List allTimes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:375: warning: no @param for result
[WARNING] public static double percentageDifference(double result, double baseline) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:375: warning: no @param for baseline
[WARNING] public static double percentageDifference(double result, double baseline) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:375: warning: no @return
[WARNING] public static double percentageDifference(double result, double baseline) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PromptTestRunner.java:68: warning: no @param for str
[WARNING] public static void log(String str) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PromptTestRunner.java:112: warning: no @param for argv
[WARNING] public void run(String[] argv) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:45: warning: no description for @param
[WARNING] * @param session
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.core.test.framework ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >---------
[INFO] Building EclipseLink JPA 3.0.5-SNAPSHOT                           [5/39]
[INFO]   from jpa/org.eclipse.persistence.jpa/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom (10.0 kB at 321 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 71 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 49 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 25 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 117 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar (93 kB at 3.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar (62 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 24 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 624 kB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698230983325
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 561 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java:[89,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java:[90,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java:[77,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java:[78,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/BasicCollectionAccessor.java:[43,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[23,56] org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl in org.eclipse.persistence.internal.jpa.transaction has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[310,40] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[437,103] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3445,58] ANTLR in org.eclipse.persistence.config.ParserType has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[38,5] org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl in org.eclipse.persistence.internal.jpa.transaction has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[68,39] org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl in org.eclipse.persistence.internal.jpa.transaction has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/ORMetadata.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/ORMetadata.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
150 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/AttributeProxyImpl.java:33: warning: no description for @param
[WARNING] * @param <X>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/AttributeProxyImpl.java:34: warning: no description for @param
[WARNING] * @param <T>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/CollectionAttributeProxyImpl.java:26: warning: no description for @param
[WARNING] * @param <X>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/CollectionAttributeProxyImpl.java:27: warning: no description for @param
[WARNING] * @param <V>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/PluralAttributeProxyImpl.java:27: warning: no description for @param
[WARNING] * @param <X>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/PluralAttributeProxyImpl.java:28: warning: no description for @param
[WARNING] * @param <C>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/PluralAttributeProxyImpl.java:29: warning: no description for @param
[WARNING] * @param <V>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/ListAttributeProxyImpl.java:26: warning: no description for @param
[WARNING] * @param <X>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/ListAttributeProxyImpl.java:27: warning: no description for @param
[WARNING] * @param <V>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/MapAttributeProxyImpl.java:29: warning: no description for @param
[WARNING] * @param <X>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/MapAttributeProxyImpl.java:30: warning: no description for @param
[WARNING] * @param <K>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/MapAttributeProxyImpl.java:31: warning: no description for @param
[WARNING] * @param <V>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/SetAttributeProxyImpl.java:26: warning: no description for @param
[WARNING] * @param <X>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/SetAttributeProxyImpl.java:27: warning: no description for @param
[WARNING] * @param <V>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:2454: warning: no description for @param
[WARNING] * @param <C>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:2455: warning: no description for @param
[WARNING] * @param <R>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:2350: warning: no description for @param
[WARNING] * @param <R>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:44: warning: no @param for cls
[WARNING] void clear(Class cls);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:54: warning: no @param for queryName
[WARNING] void clearQueryCache(String queryName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:59: warning: no @param for entityClass
[WARNING] void clearQueryCache(Class entityClass);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:66: warning: no @param for object
[WARNING] long timeToLive(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:66: warning: no @return
[WARNING] long timeToLive(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:72: warning: no @param for object
[WARNING] boolean isValid(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:72: warning: no @return
[WARNING] boolean isValid(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:77: warning: no @param for cls
[WARNING] boolean isValid(Class cls, Object id);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:77: warning: no @param for id
[WARNING] boolean isValid(Class cls, Object id);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:77: warning: no @return
[WARNING] boolean isValid(Class cls, Object id);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:89: warning: no @param for cls
[WARNING] void print(Class cls);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:109: warning: no @param for cls
[WARNING] Object getObject(Class cls, Object id);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:109: warning: no @param for id
[WARNING] Object getObject(Class cls, Object id);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:109: warning: no @return
[WARNING] Object getObject(Class cls, Object id);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:118: warning: no @param for object
[WARNING] Object putObject(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:118: warning: no @return
[WARNING] Object putObject(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:126: warning: no @param for object
[WARNING] Object removeObject(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:126: warning: no @return
[WARNING] Object removeObject(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:134: warning: no @param for cls
[WARNING] Object removeObject(Class cls, Object id);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:134: warning: no @param for id
[WARNING] Object removeObject(Class cls, Object id);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:134: warning: no @return
[WARNING] Object removeObject(Class cls, Object id);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:139: warning: no @param for object
[WARNING] boolean contains(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:139: warning: no @return
[WARNING] boolean contains(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:144: warning: no @param for object
[WARNING] void evict(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:151: warning: no @param for object
[WARNING] void evict(Object object, boolean invalidateInCluster);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:151: warning: no @param for invalidateInCluster
[WARNING] void evict(Object object, boolean invalidateInCluster);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:158: warning: no @param for classToEvict
[WARNING] void evict(Class classToEvict, Object id, boolean invalidateInCluster);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:158: warning: no @param for id
[WARNING] void evict(Class classToEvict, Object id, boolean invalidateInCluster);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:158: warning: no @param for invalidateInCluster
[WARNING] void evict(Class classToEvict, Object id, boolean invalidateInCluster);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:163: warning: no @param for object
[WARNING] Object getId(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:163: warning: no @return
[WARNING] Object getId(Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:49: warning: no description for @param
[WARNING] * @param emf
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:447: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:456: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:465: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:91: warning: no description for @param
[WARNING] * @param aDescriptor
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:92: warning: no description for @param
[WARNING] * @param field
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:93: warning: no description for @param
[WARNING] * @param allMappings
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:109: warning: no description for @param
[WARNING] * @param aDescriptor
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:110: warning: no description for @param
[WARNING] * @param field
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:111: warning: no description for @param
[WARNING] * @param allMappings
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:138: warning: no description for @param
[WARNING] * @param classLoader
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:174: warning: no @param for pkClassName
[WARNING] public void setPrimaryKeyClassName(String pkClassName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:190: warning: no @param for pkClass
[WARNING] public void setPKClass(Class pkClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:197: warning: no @return
[WARNING] public String getPKClassName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:282: warning: no description for @param
[WARNING] * @param cls
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:283: warning: no description for @param
[WARNING] * @param fieldName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:285: warning: no description for @throws
[WARNING] * @throws NoSuchFieldException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:359: warning: no @param for keyClass
[WARNING] protected KeyElementAccessor[] initializePrimaryKeyFields(Class keyClass, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:359: warning: no @param for session
[WARNING] protected KeyElementAccessor[] initializePrimaryKeyFields(Class keyClass, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:359: warning: no @return
[WARNING] protected KeyElementAccessor[] initializePrimaryKeyFields(Class keyClass, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:737: warning: no @param for session
[WARNING] public Object getPkValueFromKeyForField(Object key, DatabaseField field, AbstractSession session){
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaQuery.java:36: warning: no @return
[WARNING] DatabaseQuery getDatabaseQuery();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaQuery.java:42: warning: no @return
[WARNING] JpaEntityManager getEntityManager();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaQuery.java:63: warning: no @param for query
[WARNING] void setDatabaseQuery(DatabaseQuery query);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:110: warning: no @param for entityManager
[WARNING] protected QueryImpl(EntityManagerImpl entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:119: warning: no @param for query
[WARNING] public QueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:119: warning: no @param for entityManager
[WARNING] public QueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:323: warning: no @return
[WARNING] public DatabaseQuery getDatabaseQuery() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:333: warning: no @return
[WARNING] public DatabaseQuery getDatabaseQueryInternal() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:376: warning: no @param for e
[WARNING] protected RuntimeException getDetailedException(DatabaseException e) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:376: warning: no @return
[WARNING] protected RuntimeException getDetailedException(DatabaseException e) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:398: warning: no @return
[WARNING] public JpaEntityManager getEntityManager() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:405: warning: no @return
[WARNING] protected Map<String, Parameter<?>> getInternalParameters() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:569: warning: no @return
[WARNING] protected List<Object> processParameters() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:601: warning: no @param for query
[WARNING] public void setDatabaseQuery(DatabaseQuery query) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:627: warning: no @return
[WARNING] public int getFirstResult() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:638: warning: no description for @param
[WARNING] * @param flushMode
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:640: warning: no @return
[WARNING] public QueryImpl setFlushMode(FlushModeType flushMode) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:673: warning: no @param for call
[WARNING] protected static void applyArguments(StoredProcedureCall call, DatabaseQuery query) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:673: warning: no @param for query
[WARNING] protected static void applyArguments(StoredProcedureCall call, DatabaseQuery query) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:718: warning: no @param for classLoader
[WARNING] protected static DatabaseQuery applyHints(Map<String, Object> hints, DatabaseQuery query, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:718: warning: no @param for session
[WARNING] protected static DatabaseQuery applyHints(Map<String, Object> hints, DatabaseQuery query, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:718: warning: no @return
[WARNING] protected static DatabaseQuery applyHints(Map<String, Object> hints, DatabaseQuery query, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:725: warning: no description for @param
[WARNING] * @param param
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:726: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:760: warning: no @return
[WARNING] protected boolean isFlushModeAUTO() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:775: warning: no @param for hintName
[WARNING] protected void setHintInternal(String hintName, Object value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:775: warning: no @param for value
[WARNING] protected void setHintInternal(String hintName, Object value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:787: warning: no description for @param
[WARNING] * @param lockMode
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:791: warning: no @return
[WARNING] public QueryImpl setLockMode(LockModeType lockMode) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:828: warning: no @param for value
[WARNING] protected Object convertTemporalType(Object value, TemporalType type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:828: warning: no @param for type
[WARNING] protected Object convertTemporalType(Object value, TemporalType type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:843: warning: no description for @param
[WARNING] * @param maxResult
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:861: warning: no @return
[WARNING] public int getMaxResults() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:873: warning: no @return
[WARNING] public int getMaxResultsInternal() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:880: warning: no description for @param
[WARNING] * @param maxResult
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:918: warning: no description for @param
[WARNING] * @param position
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:919: warning: no description for @param
[WARNING] * @param value
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:998: warning: no @return
[WARNING] public FlushModeType getFlushMode() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1015: warning: no @return
[WARNING] public Map<String, Object> getHints() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @param for <T>
[WARNING] public <T> Parameter<T> getParameter(String name, Class<T> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @param for name
[WARNING] public <T> Parameter<T> getParameter(String name, Class<T> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @param for type
[WARNING] public <T> Parameter<T> getParameter(String name, Class<T> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @return
[WARNING] public <T> Parameter<T> getParameter(String name, Class<T> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @param for <T>
[WARNING] public <T> Parameter<T> getParameter(int position, Class<T> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @param for position
[WARNING] public <T> Parameter<T> getParameter(int position, Class<T> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @param for type
[WARNING] public <T> Parameter<T> getParameter(int position, Class<T> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @return
[WARNING] public <T> Parameter<T> getParameter(int position, Class<T> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1056: warning: no @param for name
[WARNING] public Parameter<?> getParameter(String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1056: warning: no @return
[WARNING] public Parameter<?> getParameter(String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1070: warning: no @param for position
[WARNING] public Parameter<?> getParameter(int position) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1070: warning: no @return
[WARNING] public Parameter<?> getParameter(int position) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1084: warning: no @param for <T>
[WARNING] public <T> T getParameterValue(Parameter<T> param) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1084: warning: no @param for param
[WARNING] public <T> T getParameterValue(Parameter<T> param) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1084: warning: no @return
[WARNING] public <T> T getParameterValue(Parameter<T> param) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1099: warning: no description for @param
[WARNING] * @param name
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1121: warning: no description for @param
[WARNING] * @param position
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1145: warning: no @return
[WARNING] public Set<Parameter<?>> getParameters() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1153: warning: no @return
[WARNING] public Set<String> getSupportedHints() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1164: warning: no @param for <T>
[WARNING] public <T> T unwrap(Class<T> cls) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1164: warning: no @param for cls
[WARNING] public <T> T unwrap(Class<T> cls) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1164: warning: no @return
[WARNING] public <T> T unwrap(Class<T> cls) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:73: warning: no @param for entityManager
[WARNING] protected EJBQueryImpl(EntityManagerImpl entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:80: warning: no @param for query
[WARNING] public EJBQueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:80: warning: no @param for entityManager
[WARNING] public EJBQueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:87: warning: no @param for jpql
[WARNING] public EJBQueryImpl(String jpql, EntityManagerImpl entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:87: warning: no @param for entityManager
[WARNING] public EJBQueryImpl(String jpql, EntityManagerImpl entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:98: warning: no @param for queryDescription
[WARNING] public EJBQueryImpl(String queryDescription, EntityManagerImpl entityManager, boolean isNamedQuery) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:98: warning: no @param for entityManager
[WARNING] public EJBQueryImpl(String queryDescription, EntityManagerImpl entityManager, boolean isNamedQuery) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:112: warning: no description for @param
[WARNING] * @param jpql
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:132: warning: no @param for queryName
[WARNING] public static DatabaseQuery buildEJBQLDatabaseQuery(String queryName, String jpqlQuery, AbstractSession session, Enum lockMode, Map<String, Object> hints, ClassLoader classLoader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:132: warning: no @param for lockMode
[WARNING] public static DatabaseQuery buildEJBQLDatabaseQuery(String queryName, String jpqlQuery, AbstractSession session, Enum lockMode, Map<String, Object> hints, ClassLoader classLoader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:132: warning: no @param for classLoader
[WARNING] public static DatabaseQuery buildEJBQLDatabaseQuery(String queryName, String jpqlQuery, AbstractSession session, Enum lockMode, Map<String, Object> hints, ClassLoader classLoader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for resultClass
[WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for sqlString
[WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for classLoader
[WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for session
[WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @return
[WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for resultClass
[WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map<String, Object> hints, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for sqlString
[WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map<String, Object> hints, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for classLoader
[WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map<String, Object> hints, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for session
[WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map<String, Object> hints, ClassLoader classLoader, AbstractSession session) {
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >--
[INFO] Building EclipseLink JPA Test Framework 3.0.5-SNAPSHOT            [6/39]
[INFO]   from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.pom (19 kB at 599 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.jar (60 kB at 1.3 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231005208
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/classes
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/TestRunner2Bean.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/TestRunner2Bean.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
80 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:177: warning: no @param for <C>
[WARNING] public static <C> C lookupEJB(final Class<C> c, final String jndi) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:212: warning: no @return
[WARNING] public String getPersistenceUnitName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:219: warning: no @return
[WARNING] public boolean shouldRunTestOnServer() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:234: warning: no @return
[WARNING] public static boolean isJTA() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:283: warning: no @return
[WARNING] public boolean isWeavingEnabled() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:290: warning: no @param for persistenceUnitName
[WARNING] public static boolean isWeavingEnabled(String persistenceUnitName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:290: warning: no @return
[WARNING] public static boolean isWeavingEnabled(String persistenceUnitName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:299: warning: no @return
[WARNING] public static boolean isJPA10() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:311: warning: no @return
[WARNING] public static boolean isOnServer() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:325: warning: no @param for value
[WARNING] public static void setIsOnServer(boolean value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:332: warning: no @return
[WARNING] public boolean isHermesParser() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:339: warning: no @return
[WARNING] public static boolean usesSOP() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:349: warning: no @return
[WARNING] public static boolean isSOPRecoverable() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:359: warning: no @return
[WARNING] public static ServerPlatform getServerPlatform() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:379: warning: no @param for value
[WARNING] public static void setServerPlatform(ServerPlatform value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:419: warning: no @param for entityManager
[WARNING] public void closeEntityManager(EntityManager entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:429: warning: no @param for entityManager
[WARNING] public void closeEntityManagerAndTransaction(EntityManager entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:440: warning: no @param for entityManager
[WARNING] public boolean isTransactionActive(EntityManager entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:440: warning: no @return
[WARNING] public boolean isTransactionActive(EntityManager entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:452: warning: no @param for entityManager
[WARNING] public boolean getRollbackOnly(EntityManager entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:452: warning: no @return
[WARNING] public boolean getRollbackOnly(EntityManager entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:465: warning: no @param for entityManager
[WARNING] public void beginTransaction(EntityManager entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:480: warning: no @param for entityManager
[WARNING] public void commitTransaction(EntityManager entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:492: warning: no @param for entityManager
[WARNING] public void rollbackTransaction(EntityManager entityManager) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:504: warning: no @return
[WARNING] public EntityManager createEntityManager() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:516: warning: no @param for persistenceUnitName
[WARNING] public static EntityManager createEntityManager(String persistenceUnitName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:516: warning: no @return
[WARNING] public static EntityManager createEntityManager(String persistenceUnitName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:530: warning: no @param for properties
[WARNING] public EntityManager createEntityManager(Map properties) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:530: warning: no @return
[WARNING] public EntityManager createEntityManager(Map properties) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:543: warning: no @param for persistenceUnitName
[WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:543: warning: no @param for properties
[WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:543: warning: no @return
[WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @param for persistenceUnitName
[WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List<ClassDescriptor> descriptors) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @param for properties
[WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List<ClassDescriptor> descriptors) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @param for descriptors
[WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List<ClassDescriptor> descriptors) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @return
[WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List<ClassDescriptor> descriptors) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:710: warning: no @param for warning
[WARNING] public static void warning(String warning) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:729: warning: no @throws for java.lang.Throwable
[WARNING] public void runBareClient() throws Throwable {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:799: warning: no @return
[WARNING] protected Properties getServerProperties() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:806: warning: no @param for writtenObject
[WARNING] public void verifyObject(Object writtenObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:813: warning: no @param for writtenObject
[WARNING] public static void verifyObject(Object writtenObject, String persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:813: warning: no @param for persistenceUnit
[WARNING] public static void verifyObject(Object writtenObject, String persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:823: warning: no @param for writtenObject
[WARNING] public void verifyObjectInEntityManager(Object writtenObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:830: warning: no @param for writtenObject
[WARNING] public void verifyObjectInEntityManager(Object writtenObject, String persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:830: warning: no @param for persistenceUnit
[WARNING] public void verifyObjectInEntityManager(Object writtenObject, String persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:845: warning: no @param for writtenObject
[WARNING] public void verifyObjectInCacheAndDatabase(Object writtenObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:852: warning: no @param for writtenObject
[WARNING] public static void verifyObjectInCacheAndDatabase(Object writtenObject, String persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:852: warning: no @param for persistenceUnit
[WARNING] public static void verifyObjectInCacheAndDatabase(Object writtenObject, String persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:882: warning: no @param for obj1
[WARNING] public void compareObjects(Object obj1, Object obj2) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:882: warning: no @param for obj2
[WARNING] public void compareObjects(Object obj1, Object obj2) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:889: warning: no @param for obj1
[WARNING] public static void compareObjects(Object obj1, Object obj2, String persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:889: warning: no @param for obj2
[WARNING] public static void compareObjects(Object obj1, Object obj2, String persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:889: warning: no @param for persistenceUnit
[WARNING] public static void compareObjects(Object obj1, Object obj2, String persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:899: warning: no @param for object
[WARNING] public void verifyPersist(Object object) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:921: warning: no @param for object
[WARNING] public void verifyPersistAndRemove(Object object) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:948: warning: no @param for writtenObject
[WARNING] public void verifyDelete(Object writtenObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:955: warning: no @param for writtenObject
[WARNING] public void verifyDelete(Object writtenObject, String persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:955: warning: no @param for persistenceUnit
[WARNING] public void verifyDelete(Object writtenObject, String persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:974: warning: no @param for exception
[WARNING] public void logThrowable(Throwable exception){
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:986: warning: no @return
[WARNING] public boolean isSelectForUpateSupported(){
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1050: warning: no @param for puName
[WARNING] public static boolean isSelectForUpateNoWaitSupported(String puName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1050: warning: no @return
[WARNING] public static boolean isSelectForUpateNoWaitSupported(String puName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1088: warning: no @return
[WARNING] public boolean supportsStoredProcedures(){
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1108: warning: no @return
[WARNING] public boolean supportsStoredFunctions(){
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1130: warning: no @param for session1
[WARNING] public static boolean usingTheSameDatabase(AbstractSession session1, AbstractSession session2) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1130: warning: no @param for session2
[WARNING] public static boolean usingTheSameDatabase(AbstractSession session1, AbstractSession session2) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1130: warning: no @return
[WARNING] public static boolean usingTheSameDatabase(AbstractSession session1, AbstractSession session2) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:30: warning: no @return
[WARNING] boolean isTransactionActive();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:35: warning: no @return
[WARNING] boolean getRollbackOnly();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:60: warning: no @param for entityManager
[WARNING] void closeEntityManager(EntityManager entityManager);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:65: warning: no @return
[WARNING] boolean isOc4j();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:70: warning: no @return
[WARNING] boolean isWeblogic();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:75: warning: no @return
[WARNING] boolean isJBoss();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:80: warning: no @return
[WARNING] boolean isSpring();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:85: warning: no @return
[WARNING] boolean isClustered();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:90: warning: no @param for em
[WARNING] void joinTransaction(EntityManager em);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:95: warning: no @param for persistenceUnit
[WARNING] EntityManager getEntityManager(String persistenceUnit);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:95: warning: no @return
[WARNING] EntityManager getEntityManager(String persistenceUnit);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:100: warning: no @param for persistenceUnit
[WARNING] EntityManagerFactory getEntityManagerFactory(String persistenceUnit);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:100: warning: no @return
[WARNING] EntityManagerFactory getEntityManagerFactory(String persistenceUnit);
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >--
[INFO] Building EclipseLink JPA Model Generator 3.0.5-SNAPSHOT           [7/39]
[INFO]   from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231007736
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/classes
[INFO] 
[INFO] --- compiler:3.8.1:compile (compile-project) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/classes
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-classes
[WARNING] No processor claimed any of these annotations: org.junit.BeforeClass,org.junit.Test
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
96 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @param for metadataClass
[WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @param for element
[WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @param for persistenceUnit
[WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @throws for java.io.IOException
[WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:423: warning: no @param for factory
[WARNING] protected void generateCanonicalModelClasses(MetadataMirrorFactory factory, PersistenceUnit persistenceUnit) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:423: warning: no @param for persistenceUnit
[WARNING] protected void generateCanonicalModelClasses(MetadataMirrorFactory factory, PersistenceUnit persistenceUnit) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:423: warning: no @throws for java.io.IOException
[WARNING] protected void generateCanonicalModelClasses(MetadataMirrorFactory factory, PersistenceUnit persistenceUnit) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:439: warning: no @param for annotatedElement
[WARNING] protected String getBoxedType(MetadataAnnotatedElement annotatedElement, MetadataClass rawClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:439: warning: no @param for rawClass
[WARNING] protected String getBoxedType(MetadataAnnotatedElement annotatedElement, MetadataClass rawClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:439: warning: no @return
[WARNING] protected String getBoxedType(MetadataAnnotatedElement annotatedElement, MetadataClass rawClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:452: warning: no @param for qualifiedName
[WARNING] protected String getName(String qualifiedName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:452: warning: no @return
[WARNING] protected String getName(String qualifiedName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:463: warning: no @param for qualifiedName
[WARNING] protected String getPackage(String qualifiedName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:463: warning: no @return
[WARNING] protected String getPackage(String qualifiedName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:477: warning: no @param for type
[WARNING] protected String getUnqualifiedType(String type, HashMap<String, String> imports) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:477: warning: no @param for imports
[WARNING] protected String getUnqualifiedType(String type, HashMap<String, String> imports) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:477: warning: no @return
[WARNING] protected String getUnqualifiedType(String type, HashMap<String, String> imports) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for typeImports
[WARNING] protected String writeImportStatements(HashMap<String, String> typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for accessor
[WARNING] protected String writeImportStatements(HashMap<String, String> typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for writer
[WARNING] protected String writeImportStatements(HashMap<String, String> typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for persistenceUnit
[WARNING] protected String writeImportStatements(HashMap<String, String> typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for childCanonicalpackage
[WARNING] protected String writeImportStatements(HashMap<String, String> typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @return
[WARNING] protected String writeImportStatements(HashMap<String, String> typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @throws for java.io.IOException
[WARNING] protected String writeImportStatements(HashMap<String, String> typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @param for option
[WARNING] public static String getOption(String option, String optionDefault, Map<String, String> options) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @param for optionDefault
[WARNING] public static String getOption(String option, String optionDefault, Map<String, String> options) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @param for options
[WARNING] public static String getOption(String option, String optionDefault, Map<String, String> options) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @return
[WARNING] public static String getOption(String option, String optionDefault, Map<String, String> options) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:94: warning: no @param for logger
[WARNING] protected MetadataMirrorFactory(final MetadataLogger logger, final ClassLoader loader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:94: warning: no @param for loader
[WARNING] protected MetadataMirrorFactory(final MetadataLogger logger, final ClassLoader loader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:105: warning: no @param for puInfo
[WARNING] public void addPersistenceUnit(SEPersistenceUnitInfo puInfo, PersistenceUnit persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:105: warning: no @param for persistenceUnit
[WARNING] public void addPersistenceUnit(SEPersistenceUnitInfo puInfo, PersistenceUnit persistenceUnit) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:124: warning: no @param for element
[WARNING] public MetadataClass getMetadataClass(Element element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:124: warning: no @return
[WARNING] public MetadataClass getMetadataClass(Element element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:228: warning: no @param for typeMirror
[WARNING] public MetadataClass getMetadataClass(TypeMirror typeMirror) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:228: warning: no @return
[WARNING] public MetadataClass getMetadataClass(TypeMirror typeMirror) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:247: warning: no @param for puInfo
[WARNING] public MetadataProject getMetadataProject(SEPersistenceUnitInfo puInfo) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:247: warning: no @return
[WARNING] public MetadataProject getMetadataProject(SEPersistenceUnitInfo puInfo) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:262: warning: no @return
[WARNING] public Collection<PersistenceUnit> getPersistenceUnits() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:269: warning: no @return
[WARNING] public ProcessingEnvironment getProcessingEnvironment() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:276: warning: no @return
[WARNING] public Map<Element, MetadataClass> getRoundElements() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:283: warning: no @param for element
[WARNING] public boolean isRoundElement(Element element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:283: warning: no @return
[WARNING] public boolean isRoundElement(Element element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:290: warning: no @param for cls
[WARNING] public boolean isRoundElement(MetadataClass cls) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:290: warning: no @return
[WARNING] public boolean isRoundElement(MetadataClass cls) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:310: warning: no @param for processingEnvironment
[WARNING] public void setEnvironments(ProcessingEnvironment processingEnvironment, RoundEnvironment roundEnvironment) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:310: warning: no @param for roundEnvironment
[WARNING] public void setEnvironments(ProcessingEnvironment processingEnvironment, RoundEnvironment roundEnvironment) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:84: warning: no @param for puInfo
[WARNING] public PersistenceUnit(SEPersistenceUnitInfo puInfo, MetadataMirrorFactory mirrorFactory, PersistenceUnitReader reader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:84: warning: no @param for mirrorFactory
[WARNING] public PersistenceUnit(SEPersistenceUnitInfo puInfo, MetadataMirrorFactory mirrorFactory, PersistenceUnitReader reader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:84: warning: no @param for reader
[WARNING] public PersistenceUnit(SEPersistenceUnitInfo puInfo, MetadataMirrorFactory mirrorFactory, PersistenceUnitReader reader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:111: warning: no @param for element
[WARNING] public void addEmbeddableAccessor(Element element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:145: warning: no @param for embeddableAccessor
[WARNING] protected void addEmbeddableAccessor(EmbeddableAccessor embeddableAccessor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:174: warning: no @param for element
[WARNING] public void addEntityAccessor(Element element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:213: warning: no @param for element
[WARNING] public void addMappedSuperclassAccessor(Element element) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:245: warning: no @param for propertyName
[WARNING] protected void addPropertyFromOptions(String propertyName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:254: warning: no @param for mappingFile
[WARNING] protected void addXMLEntityMappings(String mappingFile, XMLContext context) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:254: warning: no @param for context
[WARNING] protected void addXMLEntityMappings(String mappingFile, XMLContext context) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:278: warning: no @param for mappingFile
[WARNING] protected void addXMLEntityMappings(String mappingFile) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:314: warning: no @param for metadataClass
[WARNING] public boolean containsClass(MetadataClass metadataClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:314: warning: no @return
[WARNING] public boolean containsClass(MetadataClass metadataClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:335: warning: no @param for cls
[WARNING] protected boolean excludeUnlistedClasses(MetadataClass cls) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:335: warning: no @return
[WARNING] protected boolean excludeUnlistedClasses(MetadataClass cls) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:342: warning: no @param for metadataClass
[WARNING] public ClassAccessor getClassAccessor(MetadataClass metadataClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:342: warning: no @return
[WARNING] public ClassAccessor getClassAccessor(MetadataClass metadataClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:361: warning: no @param for qualifiedName
[WARNING] public String getQualifiedCanonicalName(String qualifiedName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:361: warning: no @return
[WARNING] public String getQualifiedCanonicalName(String qualifiedName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:479: warning: no @param for accessor
[WARNING] protected boolean isValidAccessor(ClassAccessor accessor, MetadataAnnotation annotation) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:479: warning: no @param for annotation
[WARNING] protected boolean isValidAccessor(ClassAccessor accessor, MetadataAnnotation annotation) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:479: warning: no @return
[WARNING] protected boolean isValidAccessor(ClassAccessor accessor, MetadataAnnotation annotation) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:559: warning: no @param for accessor
[WARNING] protected boolean shouldPreProcess(ClassAccessor accessor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:559: warning: no @return
[WARNING] protected boolean shouldPreProcess(ClassAccessor accessor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:573: warning: no @param for metadataClass
[WARNING] protected void removeEntityAccessor(MetadataClass metadataClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:583: warning: no @param for metadataClass
[WARNING] protected void removeEmbeddableAccessor(MetadataClass metadataClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:593: warning: no @param for metadataClass
[WARNING] protected void removeMappedSuperclassAccessor(MetadataClass metadataClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:65: warning: no @param for logger
[WARNING] public PersistenceUnitReader(final MetadataLogger logger, final ProcessingEnvironment processingEnv) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:65: warning: no @param for processingEnv
[WARNING] public PersistenceUnitReader(final MetadataLogger logger, final ProcessingEnvironment processingEnv) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:65: warning: no @throws for java.io.IOException
[WARNING] public PersistenceUnitReader(final MetadataLogger logger, final ProcessingEnvironment processingEnv) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:74: warning: no @param for inputStream
[WARNING] protected void closeInputStream(InputStream inputStream) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @param for filename
[WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @param for processingEnv
[WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @return
[WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @throws for java.io.IOException
[WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:95: warning: no @param for filename
[WARNING] protected InputStream getInputStream(String filename, boolean loadingPersistenceXML) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:95: warning: no @param for loadingPersistenceXML
[WARNING] protected InputStream getInputStream(String filename, boolean loadingPersistenceXML) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:95: warning: no @return
[WARNING] protected InputStream getInputStream(String filename, boolean loadingPersistenceXML) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:133: warning: no @param for processingEnv
[WARNING] protected HashSet<String> getPersistenceUnitList(ProcessingEnvironment processingEnv ) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:133: warning: no @return
[WARNING] protected HashSet<String> getPersistenceUnitList(ProcessingEnvironment processingEnv ) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:152: warning: no @param for factory
[WARNING] public void initPersistenceUnits(final MetadataMirrorFactory factory) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceXML.java:35: warning: no @return
[WARNING] public List<SEPersistenceUnitInfo> getPersistenceUnitInfos() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceXMLMappings.java:136: warning: no @param for namespaceURI
[WARNING] protected static XMLContext createXMLContext(String namespaceURI) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceXMLMappings.java:136: warning: no @return
[WARNING] protected static XMLContext createXMLContext(String namespaceURI) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:64: warning: no @param for processingEnv
[WARNING] public ElementVisitor(ProcessingEnvironment processingEnv) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:76: warning: no @param for annotatedElement
[WARNING] protected void buildMetadataAnnotations(MetadataAnnotatedElement annotatedElement, List<? extends AnnotationMirror> annotationMirrors) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:76: warning: no @param for annotationMirrors
[WARNING] protected void buildMetadataAnnotations(MetadataAnnotatedElement annotatedElement, List<? extends AnnotationMirror> annotationMirrors) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:98: warning: no @param for modifiers
[WARNING] protected int getModifiers(Set<Modifier> modifiers) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:98: warning: no @return
[WARNING] protected int getModifiers(Set<Modifier> modifiers) {
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >--------
[INFO] Building EclipseLink MOXy 3.0.5-SNAPSHOT                          [8/39]
[INFO]   from moxy/org.eclipse.persistence.moxy/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom (25 kB at 775 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.pom (18 kB at 602 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/3.0.1/jaxb-bundles-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/3.0.1/jaxb-bundles-3.0.1.pom (1.3 kB at 48 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/3.0.1/jaxb-parent-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/3.0.1/jaxb-parent-3.0.1.pom (29 kB at 963 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/3.0.1/jaxb-bom-ext-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/3.0.1/jaxb-bom-ext-3.0.1.pom (3.4 kB at 122 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.1/jaxb-bom-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.1/jaxb-bom-3.0.1.pom (10 kB at 380 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.pom (13 kB at 417 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.pom (5.7 kB at 204 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.pom (13 kB at 483 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.pom (10 kB at 349 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.pom (12 kB at 447 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/json/2.0.0/json-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/json/2.0.0/json-2.0.0.pom (19 kB at 620 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.pom (35 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/3.0.1/project-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/3.0.1/project-3.0.1.pom (97 kB at 1.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 460 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 506 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.pom (13 kB at 608 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator-parent/7.0.1.Final/hibernate-validator-parent-7.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/7.0.1.Final/hibernate-validator-parent-7.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/7.0.1.Final/hibernate-validator-parent-7.0.1.Final.pom (72 kB at 4.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha4/arquillian-bom-1.7.0.Alpha4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha4/arquillian-bom-1.7.0.Alpha4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha4/arquillian-bom-1.7.0.Alpha4.pom (10 kB at 838 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 173 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom (7.0 kB at 200 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.6.3/maven-3.6.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom (5.2 kB at 290 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom (5.0 kB at 415 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/34/jboss-parent-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom (65 kB at 4.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom (7.3 kB at 726 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/35/oss-parent-35.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom (23 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar (139 kB at 5.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar (689 kB at 20 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.jar (238 kB at 5.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.jar (174 kB at 3.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.jar (935 kB at 17 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar (142 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.jar (1.9 MB at 20 MB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.jar (1.2 MB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.jar (1.3 MB at 44 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar (61 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar (68 kB at 1.4 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231012007
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 191 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[21,24] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[444,26] createValidator() in jakarta.xml.bind.JAXBContext has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[953,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[957,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1117,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1121,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[784,20] isValidating() in jakarta.xml.bind.Unmarshaller has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[775,17] setValidating(boolean) in jakarta.xml.bind.Unmarshaller has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[28,39] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[109,19] getProperty(java.lang.String) in jakarta.xml.bind.Validator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[101,17] setProperty(java.lang.String,java.lang.Object) in jakarta.xml.bind.Validator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[53,20] validateRoot(java.lang.Object) in jakarta.xml.bind.Validator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[73,20] validate(java.lang.Object) in jakarta.xml.bind.Validator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[96,35] getEventHandler() in jakarta.xml.bind.Validator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[86,17] setEventHandler(jakarta.xml.bind.ValidationEventHandler) in jakarta.xml.bind.Validator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java:[180,61] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java:[345,138] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3302 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4069 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlmarshaller/NoSchemaRefTestCases.java:[20,24] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlmarshaller/ValidatorTestCases.java:[23,24] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/singleelement/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.singleelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/singleelement/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.singleelement.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nillable/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nillable.Team overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[215,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[224,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[234,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[248,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/TypeMappingInfoTestCases.java:[117,63] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[158,64] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[183,63] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[210,69] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[265,49] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[272,49] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/ns/qualified/DefaultNamespaceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.ns.qualified.DefaultNamespaceRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/attributecollection/XmlPathCollectionRefAttributeRoot.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.attributecollection.XmlPathCollectionRefAttributeRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/attributecollection/XmlPathCollectionRefAttributeChild.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.attributecollection.XmlPathCollectionRefAttributeChild overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/classlevel/upper/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.classlevel.upper.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltransient/unset/prop/XmlTransientUnsetPropTestCases.java:[46,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/objectgraph/Customer.java:[54,8] Class org.eclipse.persistence.testing.jaxb.objectgraph.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/objectgraph/Address.java:[29,8] Class org.eclipse.persistence.testing.jaxb.objectgraph.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/objectgraph/PhoneNumber.java:[20,8] Class org.eclipse.persistence.testing.jaxb.objectgraph.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/BaseType.java:[30,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.BaseType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/SubType.java:[21,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.SubType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/package2/AnotherPackageSubType.java:[22,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.package2.AnotherPackageSubType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlpath/TestObjectToAttribute.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlpath.TestObjectToAttribute overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList7Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList7Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList7.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList7 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/xsitype/Customer.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.xsitype.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlcontainerproperty/Address.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlcontainerproperty.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlcontainerproperty/Employee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlcontainerproperty.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlcontainerproperty/PhoneNumber.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlcontainerproperty.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/JAXBListOfObjectsTestCases.java:[75,63] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/substitution/Person.java:[53,8] Class org.eclipse.persistence.testing.jaxb.substitution.Person overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/AllTestCases.java:[40,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementref/XmlElementRefWithWrapperTestCases.java:[52,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList9.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList9 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/ChildNull.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.ChildNull overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/NoneTestCases.java:[61,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/FruitOrder.java:[24,8] Class org.eclipse.persistence.testing.jaxb.idresolver.FruitOrder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlelementref/JavacTask.java:[23,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlelementref.JavacTask overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathEmployee.java:[26,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathEmployee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmlinversereference/Address.java:[28,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.xmlinversereference.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/ExternalizedMetadataTestCases.java:[199,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/ExternalizedMetadataTestCases.java:[227,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/ExternalizedMetadataTestCases.java:[245,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/ExternalizedMetadataTestCases.java:[282,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/ExternalizedMetadataTestCases.java:[307,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/ExternalizedMetadataTestCases.java:[349,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/ExternalizedMetadataTestCases.java:[819,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/keybasedmappingtests/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/keybasedmappingtests/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/keybasedmappingtests/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/identifiedbyposition/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.identifiedbyposition.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolderWrappersNillable.java:[30,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolderWrappersNillable overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/attribute/Bottom.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.attribute.Bottom overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/attribute/Middle2.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.attribute.Middle2 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/attribute/Middle1.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.attribute.Middle1 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/attribute/Top.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.attribute.Top overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/method/RootGetOnly.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.method.RootGetOnly overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/method/ThingGetOnly.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.method.ThingGetOnly overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmltransformation/JAXBContextTransformationMappingTestCases.java:[56,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmltransformation/JAXBContextTransformationMappingTestCases.java:[78,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmltransformation/JAXBContextTransformationMappingTestCases.java:[103,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmltransformation/JAXBContextTransformationMappingTestCases.java:[139,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/object/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.object.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/object/Employee.java:[28,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.object.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/object/Address.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.object.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/object/PhoneNumber.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.object.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlattribute/emptynamespace/EmptyNamespaceTestObject.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlattribute.emptynamespace.EmptyNamespaceTestObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlenum/EmployeeMapDepartmentKey.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlenum.EmployeeMapDepartmentKey overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/NormalizedStringRoot.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.NormalizedStringRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/xmllocation/SubData.java:[26,8] Class org.eclipse.persistence.testing.jaxb.sun.xmllocation.SubData overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/namespaces/Person.java:[27,8] Class org.eclipse.persistence.testing.jaxb.json.namespaces.Person overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/namespaces/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.json.namespaces.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/namespaces/Address.java:[21,8] Class org.eclipse.persistence.testing.jaxb.json.namespaces.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmlinversereference/XmlInverseReferenceMappingTestCases.java:[158,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmlinversereference/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.xmlinversereference.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmlinversereference/Employee.java:[29,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.xmlinversereference.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmlinversereference/PhoneNumber.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.xmlinversereference.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmltype/GetPageResponse.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmltype.GetPageResponse overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmltype/Page.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmltype.Page overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/ContactMethod.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.ContactMethod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelements/XmlElementsTestCases.java:[67,46] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelements/XmlElementsTestCases.java:[115,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelements/XmlElementsTestCases.java:[146,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/qualified/ComplexType.java:[68,19] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.qualified.ComplexType.TestLocal overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/qualified/ComplexType.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.qualified.ComplexType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransformation/EmployeeTransformationMethod.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransformation.EmployeeTransformationMethod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withoutgroupingelement/Wrapper.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withoutgroupingelement.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap2Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap2Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/Bar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.Bar overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/XmlValueTestCases.java:[61,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/XmlValueTestCases.java:[90,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/XmlValueTestCases.java:[120,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/Employee.java:[26,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootXmlValue.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootXmlValue overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/ThingXmlValue.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.ThingXmlValue overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Company.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Company overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/field/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.field.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinlinebinarydata/PropertyRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinlinebinarydata.PropertyRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/anymappingtests/AnyCollectionRoot.java:[30,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.anymappingtests.AnyCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvirtualaccessmethods/proporder/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlvirtualaccessmethods.proporder.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/DefaultTargetNamespaceConflictTestCases.java:[102,37] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/typeattribute/Identifier.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.typeattribute.Identifier overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Owned.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Owned overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Owner.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Owner overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/descriptor/rootelement/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.descriptor.rootelement.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/unmappable/ClassLevelTestCases.java:[51,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlmixed/XmlMixedTestCases.java:[61,46] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Apple.java:[26,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Apple overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/propertylevel/PropertyAccessTestCases.java:[53,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/namespaces/foo/Foo.java:[21,8] Class org.eclipse.persistence.testing.jaxb.map.namespaces.foo.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/prefixmapper/Simple.java:[21,8] Class org.eclipse.persistence.testing.jaxb.prefixmapper.Simple overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlnametransformer/XmlMappingSpecifiedNameRoot.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlnametransformer.XmlMappingSpecifiedNameRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/WrapperAndXmlPathRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.WrapperAndXmlPathRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/schemareference/unmarshal/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.schemareference.unmarshal.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/DoubleTransientTestCases.java:[59,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/multiplepackage/packagea/ClassA.java:[21,8] Class org.eclipse.persistence.testing.jaxb.multiplepackage.packagea.ClassA overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/defaultnullvalue/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.defaultnullvalue.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/eventhandler/MyClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.eventhandler.MyClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlaccessorfactory/CustomerClassOverride.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlaccessorfactory.CustomerClassOverride overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/unmappable/package2/Unmappable.java:[15,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.unmappable.package2.Unmappable overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/emptyroot/RootNoXmlRootElement.java:[17,8] Class org.eclipse.persistence.testing.jaxb.json.emptyroot.RootNoXmlRootElement overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/CDNPricesNoAnnotation.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlvalue.CDNPricesNoAnnotation overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/wrapper/AttributeImpl2.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.wrapper.AttributeImpl2 overrides equals, but neither it nor any superclass overrides hashCode method
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/objectreference/ObjectReferenceMappingWriteOnlyTestCases.java: Some input files additionally use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-srg) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-dom) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml-tl) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-docpres) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-non-default-system-properties) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.moxy ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
150 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/IDResolver.java:47: warning: no description for @throws
[WARNING] * @throws SAXException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:36: warning: no description for @param
[WARNING] * @param outputResolver
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:46: warning: no description for @param
[WARNING] * @param namespaceURI
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:47: warning: no description for @param
[WARNING] * @param suggestedFileName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:49: warning: no description for @throws
[WARNING] * @throws java.io.IOException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSetMethodAttributeAccessor.java:48: warning: no description for @param
[WARNING] * @param parameterTypeAsString
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSetMethodAttributeAccessor.java:49: warning: no description for @param
[WARNING] * @param loader
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:34: warning: no @return
[WARNING] public String getName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:75: warning: no @param for attribute
[WARNING] public Subgraph addSubgraph(String attribute, Class type);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:75: warning: no @param for type
[WARNING] public Subgraph addSubgraph(String attribute, Class type);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:75: warning: no @return
[WARNING] public Subgraph addSubgraph(String attribute, Class type);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:35: warning: no @param for attributeName
[WARNING] public void  addAttributeNodes(String ... attributeName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:49: warning: no @param for attribute
[WARNING] public Subgraph addSubgraph(String attribute);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:49: warning: no @return
[WARNING] public Subgraph addSubgraph(String attribute);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:64: warning: no @param for attribute
[WARNING] public Subgraph addSubgraph(String attribute, Class type);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:64: warning: no @param for type
[WARNING] public Subgraph addSubgraph(String attribute, Class type);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:64: warning: no @return
[WARNING] public Subgraph addSubgraph(String attribute, Class type);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:72: warning: no @return
[WARNING] public List<AttributeNode> getAttributeNodes();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:78: warning: no @return
[WARNING] public Class getClassType();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/SessionEventListener.java:52: warning: no description for @param
[WARNING] * @param value
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:70: warning: no description for @param
[WARNING] * @param xmlAdapterClass
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:81: warning: no description for @param
[WARNING] * @param xmlAdapterClassName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:94: warning: no description for @param
[WARNING] * @param xmlAdapterClass
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:95: warning: no description for @param
[WARNING] * @param schemaType
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:110: warning: no description for @param
[WARNING] * @param xmlAdapterClassName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:111: warning: no description for @param
[WARNING] * @param schemaType
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:208: warning: no @return
[WARNING] public QName getSchemaType() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:239: warning: no description for @param
[WARNING] * @param mapping
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:240: warning: no description for @param
[WARNING] * @param session
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:312: warning: no @param for qname
[WARNING] public void setSchemaType(QName qname) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:319: warning: no description for @param
[WARNING] * @param xmlAdapterClass
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:328: warning: no description for @param
[WARNING] * @param xmlAdapterClassName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:337: warning: no @return
[WARNING] public CoreConverter<DatabaseMapping, Session> getNestedConverter() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:346: warning: no @param for nestedConverter
[WARNING] public void setNestedConverter(CoreConverter<DatabaseMapping, Session> nestedConverter) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/BeanValidationHelper.java:240: warning: no @return
[WARNING] public Map<Class<?>, Boolean> getConstraintsMap() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:41: warning: no @return
[WARNING] public String getMessage() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:48: warning: no @return
[WARNING] public String getMessageTemplate() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:55: warning: no @return
[WARNING] public T getRootBean() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:62: warning: no @return
[WARNING] public Class<T> getRootBeanClass() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:69: warning: no @return
[WARNING] public Object getLeafBean() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:76: warning: no @return
[WARNING] public Object[] getExecutableParameters() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:83: warning: no @return
[WARNING] public Object getExecutableReturnValue() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:90: warning: no @return
[WARNING] public Path getPropertyPath() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:97: warning: no @return
[WARNING] public Object getInvalidValue() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:104: warning: no @return
[WARNING] public ConstraintDescriptor<?> getConstraintDescriptor() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:111: warning: no @return
[WARNING] public ConstraintViolation<T> unwrap() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:212: warning: no @param for context
[WARNING] public JAXBContext(XMLContext context) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:221: warning: no @param for context
[WARNING] public JAXBContext(XMLContext context, Generator generator, Type[] boundTypes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:221: warning: no @param for generator
[WARNING] public JAXBContext(XMLContext context, Generator generator, Type[] boundTypes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:221: warning: no @param for boundTypes
[WARNING] public JAXBContext(XMLContext context, Generator generator, Type[] boundTypes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:230: warning: no @param for context
[WARNING] public JAXBContext(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:230: warning: no @param for generator
[WARNING] public JAXBContext(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:230: warning: no @param for boundTypes
[WARNING] public JAXBContext(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:255: warning: no @return
[WARNING] public BeanValidationHelper getBeanValidationHelper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:299: warning: no description for @throws
[WARNING] * @throws jakarta.xml.bind.JAXBException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:347: warning: no @return
[WARNING] public XMLContext getXMLContext() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:483: warning: no @param for qNameToClass
[WARNING] public void setQNameToGeneratedClasses(HashMap<QName, Class> qNameToClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:491: warning: no @return
[WARNING] public Map<String, Class> getClassToGeneratedClasses() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:499: warning: no @param for classToClass
[WARNING] public void setClassToGeneratedClasses(HashMap<String, Class> classToClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:507: warning: no @param for ormSession
[WARNING] public void applyORMMetadata(AbstractSession ormSession) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:515: warning: no @return
[WARNING] public Map<QName, Class> getQNamesToDeclaredClasses() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:531: warning: no @param for nameToDeclaredClasses
[WARNING] public void setQNamesToDeclaredClasses(HashMap<QName, Class> nameToDeclaredClasses) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:539: warning: no @return
[WARNING] public Map<String, Class> getArrayClassesToGeneratedClasses() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:550: warning: no @return
[WARNING] public Map<Type, Class> getCollectionClassesToGeneratedClasses() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:575: warning: no @return
[WARNING] public Map<TypeMappingInfo, QName> getTypeMappingInfoToSchemaType() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:586: warning: no @return
[WARNING] public Map<java.lang.reflect.Type, QName> getTypeToSchemaType() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:783: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @param for classesToBeBound
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @param for properties
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @return
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @throws for jakarta.xml.bind.JAXBException
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @param for classesToBeBound
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @param for properties
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @param for classLoader
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @return
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @throws for jakarta.xml.bind.JAXBException
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @param for contextPath
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @param for classLoader
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @return
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @throws for jakarta.xml.bind.JAXBException
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @param for contextPath
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @param for classLoader
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @param for properties
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @return
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @throws for jakarta.xml.bind.JAXBException
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @param for typesToBeBound
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @param for properties
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @param for classLoader
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @return
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @throws for jakarta.xml.bind.JAXBException
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @param for typesToBeBound
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @param for properties
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @param for classLoader
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @return
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @throws for jakarta.xml.bind.JAXBException
[WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:204: warning: no @param for properties
[WARNING] public static Map<String, XmlBindings> getXmlBindingsFromProperties(Map properties, ClassLoader classLoader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:204: warning: no @param for classLoader
[WARNING] public static Map<String, XmlBindings> getXmlBindingsFromProperties(Map properties, ClassLoader classLoader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:204: warning: no @return
[WARNING] public static Map<String, XmlBindings> getXmlBindingsFromProperties(Map properties, ClassLoader classLoader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:47: warning: no @param for mapping
[WARNING] public JAXBEnumTypeConverter(Mapping mapping, String enumClassName, boolean usesOrdinalValues) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:47: warning: no @param for enumClassName
[WARNING] public JAXBEnumTypeConverter(Mapping mapping, String enumClassName, boolean usesOrdinalValues) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:47: warning: no @param for usesOrdinalValues
[WARNING] public JAXBEnumTypeConverter(Mapping mapping, String enumClassName, boolean usesOrdinalValues) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:59: warning: no description for @param
[WARNING] * @param classLoader
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:101: warning: no @return
[WARNING] public boolean usesOrdinalValues() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBErrorHandler.java:40: warning: no description for @param
[WARNING] * @param validationEventHandler
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:41: warning: no description for @param
[WARNING] * @param jaxbContext
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:42: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:43: warning: no description for @throws
[WARNING] * @throws IllegalArgumentException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:59: warning: no description for @param
[WARNING] * @param jaxbUnmarshaller
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:60: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:61: warning: no description for @throws
[WARNING] * @throws IllegalArgumentException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:77: warning: no description for @param
[WARNING] * @param jaxbMarshaller
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:78: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:79: warning: no description for @throws
[WARNING] * @throws IllegalArgumentException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:95: warning: no description for @param
[WARNING] * @param jaxbBinder
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:96: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:97: warning: no description for @throws
[WARNING] * @throws IllegalArgumentException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:114: warning: no description for @param
[WARNING] * @param <T>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:115: warning: no description for @param
[WARNING] * @param jaxbContext
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:116: warning: no description for @param
[WARNING] * @param clazz
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:117: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:120: warning: no description for @throws
[WARNING] * @throws IllegalArgumentException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:145: warning: no description for @param
[WARNING] * @param <T>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:146: warning: no description for @param
[WARNING] * @param jaxbUnmarshaller
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:147: warning: no description for @param
[WARNING] * @param clazz
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:148: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:151: warning: no description for @throws
[WARNING] * @throws IllegalArgumentException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:176: warning: no description for @param
[WARNING] * @param <T>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:177: warning: no description for @param
[WARNING] * @param jaxbMarshaller
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:178: warning: no description for @param
[WARNING] * @param clazz
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:179: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:182: warning: no description for @throws
[WARNING] * @throws IllegalArgumentException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:207: warning: no description for @param
[WARNING] * @param <T>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:208: warning: no description for @param
[WARNING] * @param jaxbBinder
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:209: warning: no description for @param
[WARNING] * @param clazz
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:210: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:213: warning: no description for @throws
[WARNING] * @throws IllegalArgumentException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:104: warning: no @return
[WARNING] public String getEnumClassName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:112: warning: no @param for newClassName
[WARNING] public void setEnumClassName(String newClassName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:120: warning: no @param for enumClass
[WARNING] public void setEnumClass(Class enumClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:128: warning: no @return
[WARNING] public Class getEnumClass() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @param for source
[WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @param for type
[WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @return
[WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @throws for jakarta.xml.bind.JAXBException
[WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @param for streamReader
[WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @param for type
[WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @return
[WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @throws for jakarta.xml.bind.JAXBException
[WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:705: warning: no @param for eventReader
[WARNING] public JAXBElement unmarshal(XMLEventReader eventReader, TypeMappingInfo type) throws JAXBException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:705: warning: no @param for type
[WARNING] public JAXBElement unmarshal(XMLEventReader eventReader, TypeMappingInfo type) throws JAXBException {
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.moxy ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >--------
[INFO] Building EclipseLink DBWS 3.0.5-SNAPSHOT                          [9/39]
[INFO]   from dbws/org.eclipse.persistence.dbws/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom (15 kB at 471 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar (302 kB at 23 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom (9.3 kB at 465 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar (26 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.pom (8.4 kB at 422 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 714 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.jar (69 kB at 3.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom (18 kB at 672 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.pom (19 kB at 798 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.pom (19 kB at 777 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.pom (2.3 kB at 45 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derby-project/10.14.2.0/derby-project-10.14.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby-project/10.14.2.0/derby-project-10.14.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby-project/10.14.2.0/derby-project-10.14.2.0.pom (5.9 kB at 595 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar (308 kB at 11 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.jar (37 kB at 1.4 MB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.jar (62 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.jar (588 kB at 11 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231027686
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 177 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[221,60] JPARS_RELATIONSHIP_PARTNER in org.eclipse.persistence.jpa.rs.MatrixParameters has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1242,55] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/test/resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.dbws ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.pom (2.3 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.pom (2.5 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 181 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 263 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 607 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 229 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 361 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 272 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 338 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 353 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 237 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 509 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 520 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar (3.2 MB at 51 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.jar (273 kB at 19 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 5.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 10 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 528 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 805 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 774 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 603 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 3.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 508 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 124 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 520 kB/s)
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
150 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/dbws/DBWSModelProject.java:195: warning: no @return
[WARNING] protected XMLDescriptor buildBatchQueryDescriptor() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:271: warning: no @return
[WARNING] protected Project loadORMetadata(final XRDynamicClassLoader xrdecl, final ServerSession session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:309: warning: no @return
[WARNING] protected Project loadOXMetadata(final ClassLoader xrdecl, final Session session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:368: warning: no @param for oxProject
[WARNING] protected static void prepareDescriptors(Project oxProject, Project orProject, XRDynamicClassLoader xrdcl) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:368: warning: no @param for orProject
[WARNING] protected static void prepareDescriptors(Project oxProject, Project orProject, XRDynamicClassLoader xrdcl) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:368: warning: no @param for xrdcl
[WARNING] protected static void prepareDescriptors(Project oxProject, Project orProject, XRDynamicClassLoader xrdcl) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:412: warning: no @param for project
[WARNING] protected static ClassDescriptor getDescriptorForClassName(Project project, String javaClassName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:412: warning: no @param for javaClassName
[WARNING] protected static ClassDescriptor getDescriptorForClassName(Project project, String javaClassName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:412: warning: no @return
[WARNING] protected static ClassDescriptor getDescriptorForClassName(Project project, String javaClassName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:560: warning: no @param for name
[WARNING] protected QName resolveName(String name, NamespaceResolver ns) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:560: warning: no @param for ns
[WARNING] protected QName resolveName(String name, NamespaceResolver ns) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:560: warning: no @return
[WARNING] protected QName resolveName(String name, NamespaceResolver ns) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:614: warning: no @param for orProject
[WARNING] protected static void updateFindQueryNames(Project orProject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/ItemLinks.java:88: warning: no @param for rel
[WARNING] public LinkV2 getLinkByRel(String rel) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/CollectionProxyClassWriter.java:99: warning: no description for @param
[WARNING] * @param loader
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/CollectionProxyClassWriter.java:100: warning: no description for @param
[WARNING] * @param className
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/CollectionProxyClassWriter.java:101: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestAdapterClassWriter.java:33: warning: no description for @param
[WARNING] * @param className
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestAdapterClassWriter.java:34: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:80: warning: no description for @param
[WARNING] * @param loader
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:81: warning: no description for @param
[WARNING] * @param className
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:82: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:83: warning: no description for @throws
[WARNING] * @throws ClassNotFoundException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:78: warning: no description for @param
[WARNING] * @param loader
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:79: warning: no description for @param
[WARNING] * @param className
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:80: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:81: warning: no description for @throws
[WARNING] * @throws ClassNotFoundException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Attachment.java:38: warning: no @return
[WARNING] public String getMimeType() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:39: warning: no @param for bytes
[WARNING] public static Object buildAttachmentHandler(byte[] bytes, String mimeType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:39: warning: no @param for mimeType
[WARNING] public static Object buildAttachmentHandler(byte[] bytes, String mimeType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:39: warning: no @return
[WARNING] public static Object buildAttachmentHandler(byte[] bytes, String mimeType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Operation.java:50: warning: no description for @param
[WARNING] * @param name
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/BatchQueryOperation.java:36: warning: no @return
[WARNING] public List<String> getBatchSql() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/BatchQueryOperation.java:43: warning: no @param for batchSql
[WARNING] public void setBatchSql(List<String> batchSql) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Result.java:80: warning: no @return
[WARNING] public boolean isJdbcTypeSet() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Result.java:87: warning: no @return
[WARNING] public int getJdbcType() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Result.java:94: warning: no @param for jdbcType
[WARNING] public void setJdbcType(int jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/DeleteOperation.java:65: warning: no @return
[WARNING] public String getFindByPKQuery() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/DeleteOperation.java:78: warning: no @param for findByPKQuery
[WARNING] public void setFindByPKQuery(String findByPKQuery) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:48: warning: no description for @param
[WARNING] * @param name
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:62: warning: no description for @param
[WARNING] * @param type
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:76: warning: no description for @param
[WARNING] * @param optional
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:55: warning: no @return
[WARNING] public boolean isJdbcTypeSet() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:63: warning: no @return
[WARNING] public int getJdbcType() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:70: warning: no @param for jdbcType
[WARNING] public void setJdbcType(int jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProjectHelper.java:51: warning: no @param for orProject
[WARNING] public static void fixOROXAccessors(Project orProject, Project oxProject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProjectHelper.java:51: warning: no @param for oxProject
[WARNING] public static void fixOROXAccessors(Project orProject, Project oxProject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Util.java:488: warning: no @param for jdbcType
[WARNING] public static String getTypeNameForJDBCType(int jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Util.java:488: warning: no @return
[WARNING] public static String getTypeNameForJDBCType(int jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XmlBindingsModel.java:38: warning: no @return
[WARNING] public List<XmlBindings> getBindingsList() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XmlBindingsModel.java:45: warning: no @param for bindingsList
[WARNING] public void setBindingsList(List<XmlBindings> bindingsList) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:266: warning: no description for @param
[WARNING] * @param metadataSources
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:267: warning: no description for @param
[WARNING] * @param session
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:290: warning: no description for @param
[WARNING] * @param tenantId
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:291: warning: no description for @param
[WARNING] * @param entity
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:292: warning: no description for @throws
[WARNING] * @throws Exception
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:312: warning: no description for @param
[WARNING] * @param session
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:313: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:315: warning: no @throws for jakarta.xml.bind.JAXBException
[WARNING] protected JAXBContext createDynamicJAXBContext(AbstractSession session) throws JAXBException, IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:315: warning: no @throws for java.io.IOException
[WARNING] protected JAXBContext createDynamicJAXBContext(AbstractSession session) throws JAXBException, IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:335: warning: no description for @param
[WARNING] * @param info
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:336: warning: no description for @param
[WARNING] * @param properties
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:337: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:348: warning: no description for @param
[WARNING] * @param tenantId
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:349: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:358: warning: no description for @param
[WARNING] * @param session
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:359: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:360: warning: no description for @throws
[WARNING] * @throws IOException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:405: warning: no @param for tenantId
[WARNING] public void delete(Map<String, String> tenantId, String type, Object id) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:405: warning: no @param for type
[WARNING] public void delete(Map<String, String> tenantId, String type, Object id) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:405: warning: no @param for id
[WARNING] public void delete(Map<String, String> tenantId, String type, Object id) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:449: warning: no description for @param
[WARNING] * @param entityName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:450: warning: no description for @param
[WARNING] * @param id
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:451: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:460: warning: no description for @param
[WARNING] * @param tenantId
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:461: warning: no description for @param
[WARNING] * @param entityName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:462: warning: no description for @param
[WARNING] * @param id
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:463: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:472: warning: no description for @param
[WARNING] * @param tenantId
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:473: warning: no description for @param
[WARNING] * @param entityName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:474: warning: no description for @param
[WARNING] * @param id
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:476: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:551: warning: no description for @param
[WARNING] * @param listItemId
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:552: warning: no description for @param
[WARNING] * @param entity
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:681: warning: no description for @param
[WARNING] * @param entityName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:682: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:718: warning: no description for @param
[WARNING] * @param entityName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:719: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:805: warning: no description for @param
[WARNING] * @param tenantId
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:806: warning: no description for @param
[WARNING] * @param entity
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:807: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:838: warning: no description for @param
[WARNING] * @param type
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:839: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:847: warning: no description for @param
[WARNING] * @param tenantId
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:848: warning: no description for @param
[WARNING] * @param type
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:849: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1118: warning: no description for @param
[WARNING] * @param entity
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1119: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1153: warning: no description for @param
[WARNING] * @param object
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1154: warning: no description for @param
[WARNING] * @param mediaType
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1155: warning: no description for @param
[WARNING] * @param output
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1156: warning: no description for @throws
[WARNING] * @throws JAXBException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1171: warning: no description for @throws
[WARNING] * @throws JAXBException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1182: warning: no description for @param
[WARNING] * @param object
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1183: warning: no description for @param
[WARNING] * @param mediaType
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1184: warning: no description for @param
[WARNING] * @param output
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1187: warning: no description for @throws
[WARNING] * @throws JAXBException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1202: warning: no description for @throws
[WARNING] * @throws JAXBException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1263: warning: no description for @param
[WARNING] * @param object
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1279: warning: no description for @param
[WARNING] * @param entity
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:136: warning: no description for @param
[WARNING] * @param dcl
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:137: warning: no description for @param
[WARNING] * @param originalProperties
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:138: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageable.java:34: warning: no @return
[WARNING] int limit() default 100;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageableQueries.java:35: warning: no @return
[WARNING] RestPageableQuery[] value();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageableQuery.java:34: warning: no @return
[WARNING] String queryName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageableQuery.java:39: warning: no @return
[WARNING] int limit() default 100;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/eventlistener/DescriptorBasedDatabaseEventListener.java:34: warning: no description for @param
[WARNING] * @param session
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/eventlistener/DescriptorBasedDatabaseEventListener.java:35: warning: no description for @param
[WARNING] * @param queryName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:165: warning: no @param for parameterName
[WARNING] public static JPARSException invalidParameter(String parameterName, String invalidValue) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:165: warning: no @param for invalidValue
[WARNING] public static JPARSException invalidParameter(String parameterName, String invalidValue) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:27: warning: no @param for key
[WARNING] public static String buildMessage(String key, Object[] arguments) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:27: warning: no @param for arguments
[WARNING] public static String buildMessage(String key, Object[] arguments) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:27: warning: no @return
[WARNING] public static String buildMessage(String key, Object[] arguments) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:35: warning: no description for @param
[WARNING] * @param key
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:36: warning: no description for @param
[WARNING] * @param arguments
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:37: warning: no description for @param
[WARNING] * @param translate
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:38: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:98: warning: no @param for loader
[WARNING] public PersistenceContextFactory getPersistenceFactory(ClassLoader loader) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:184: warning: no @param for entityType
[WARNING] protected PersistenceContext getPersistenceContext(String persistenceUnit, String entityType, URI baseURI, String version, Map<String, Object> initializationProperties) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for version
[WARNING] public Response getMetadataCatalog(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for persistenceUnit
[WARNING] public Response getMetadataCatalog(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for httpHeaders
[WARNING] public Response getMetadataCatalog(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for uriInfo
[WARNING] public Response getMetadataCatalog(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @return
[WARNING] public Response getMetadataCatalog(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for version
[WARNING] public Response getEntityResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for persistenceUnit
[WARNING] public Response getEntityResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for entityName
[WARNING] public Response getEntityResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for httpHeaders
[WARNING] public Response getEntityResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for uriInfo
[WARNING] public Response getEntityResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @return
[WARNING] public Response getEntityResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for version
[WARNING] public Response getQueryResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for persistenceUnit
[WARNING] public Response getQueryResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for queryName
[WARNING] public Response getQueryResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for httpHeaders
[WARNING] public Response getQueryResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for uriInfo
[WARNING] public Response getQueryResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @return
[WARNING] public Response getQueryResource(@PathParam("version") String version,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/IdHelper.java:181: warning: no description for @param
[WARNING] * @param context
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/IdHelper.java:182: warning: no description for @param
[WARNING] * @param entityType
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/IdHelper.java:183: warning: no description for @param
[WARNING] * @param id
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- sql:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 220 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 198 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom (5.5 kB at 459 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 927 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 671 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 191 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 391 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 974 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 224 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 335 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 5.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 4.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 4.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 941 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 8.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar (34 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 255 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 3.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 290 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 752 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 615 kB/s)
[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 384 kB/s)
[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 186 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 122 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar (61 kB at 968 kB/s)
[INFO] Skip sql execution
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-dbws) @ org.eclipse.persistence.dbws ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- sql:1.5:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws ---
[INFO] Skip sql execution
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.dbws ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.dbws ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >--------
[INFO] Building EclipseLink JPA-RS 3.0.5-SNAPSHOT                       [10/39]
[INFO]   from jpa/org.eclipse.persistence.jpars/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.pom (6.5 kB at 241 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.jar (254 kB at 8.8 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpars ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpars ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231036742
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpars ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpars ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[50,67] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[51,67] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[52,67] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[53,67] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[54,67] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpars ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 32 resources
[INFO] Copying 32 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpars ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 81 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[47,60] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[48,60] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[49,60] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[50,60] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[51,60] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[37,60] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/model/auction/StaticUser.java:[74,8] Class org.eclipse.persistence.jpars.test.model.auction.StaticUser overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[148,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[148,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[201,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[201,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[257,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[257,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[291,9] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[291,38] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[325,9] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[325,50] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[355,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[355,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[376,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[376,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[413,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[413,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[428,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[428,48] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[441,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[441,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[460,9] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[460,38] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[481,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[481,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[504,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[504,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[517,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[517,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[530,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[530,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[557,9] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[557,38] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[585,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[585,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[608,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[608,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[619,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[619,48] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[628,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[628,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/util/RestUtils.java:[710,40] JPARS_RELATIONSHIP_PARTNER in org.eclipse.persistence.jpa.rs.MatrixParameters has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[64,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[64,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[81,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[81,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[111,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[111,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpars ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpars ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpars ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpars ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jpars) @ org.eclipse.persistence.jpars ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpars ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpars ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpars ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.5-SNAPSHOT/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------
[INFO] Building EclipseLink Core Test 3.0.5-SNAPSHOT                    [11/39]
[INFO]   from foundation/eclipselink.core.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)'
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231039207
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 43 resources
[INFO] Copying 43 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2805 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerRemoteModel.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Country.java:[21,8] Class org.eclipse.persistence.testing.models.readonly.Country overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/DefaultingFunctionsExpressionTest.java:[46,36] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/onetoonejointable/Child.java:[22,8] Class org.eclipse.persistence.testing.models.onetoonejointable.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyHollywoodAgent.java:[28,8] Class org.eclipse.persistence.testing.models.readonly.ReadOnlyHollywoodAgent overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyCharity.java:[27,8] Class org.eclipse.persistence.testing.models.readonly.ReadOnlyCharity overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Address.java:[21,8] Class org.eclipse.persistence.testing.models.readonly.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[87,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[88,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[115,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[116,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/domain/Child.java:[22,8] Class org.eclipse.persistence.testing.models.employee.domain.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[235,32] getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[192,23] getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[142,32] getUnicodeStream(int) in java.sql.ResultSet has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[111,23] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/returning/model/Class1.java:[19,8] Class org.eclipse.persistence.testing.tests.returning.model.Class1 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Phone.java:[22,8] Class org.eclipse.persistence.testing.models.plsql.Phone overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedStatement.java:[211,17] setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeTestSuite.java:[182,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeTestSuite.java:[183,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeTestSuite.java:[184,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[112,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[113,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[114,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[115,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeWithEnumTestSuite.java:[195,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeWithEnumTestSuite.java:[196,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeWithEnumTestSuite.java:[197,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/HollywoodAgent.java:[25,8] Class org.eclipse.persistence.testing.models.readonly.HollywoodAgent overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMIServerManagerController.java:[59,43] java.rmi.RMISecurityManager in java.rmi has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Charity.java:[25,8] Class org.eclipse.persistence.testing.models.readonly.Charity overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Employee.java:[26,8] Class org.eclipse.persistence.testing.models.plsql.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Address.java:[24,8] Class org.eclipse.persistence.testing.models.plsql.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerRemoteModel.java:[82,43] java.rmi.RMISecurityManager in java.rmi has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/collections/map/DirectAggregateMapHolder.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/collections/map/DirectAggregateMapHolder.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.core.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-core-srg) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-core-lrg) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.core.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.core.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.5-SNAPSHOT/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >--------
[INFO] Building EclipseLink CORBA Extension 3.0.5-SNAPSHOT              [12/39]
[INFO]   from foundation/org.eclipse.persistence.corba/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.pom (14 kB at 714 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.jar (68 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom (4.7 kB at 314 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar (39 kB at 1.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.pom (6.3 kB at 243 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.pom (3.2 kB at 138 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.pom (2.5 kB at 106 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom (11 kB at 448 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom (8.5 kB at 707 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom (10 kB at 529 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom (10 kB at 360 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom (3.5 kB at 206 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom (3.7 kB at 206 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom (5.2 kB at 348 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom (3.3 kB at 251 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom (3.6 kB at 173 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom (5.4 kB at 227 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom (21 kB at 917 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.pom (2.8 kB at 124 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom (5.3 kB at 231 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.1/asm-9.1.pom
[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
[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 182 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom
[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
[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 210 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom
[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
[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 118 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom
[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
[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 327 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom (3.6 kB at 155 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom (13 kB at 583 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.jar (1.7 MB at 37 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.jar (21 kB at 875 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar (42 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar (118 kB at 4.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.1/asm-9.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar (210 kB at 4.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar (340 kB at 5.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar (96 kB at 1.2 MB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar (15 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar (205 kB at 8.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar (122 kB at 30 MB/s)
[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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar (45 kB at 4.5 MB/s)
[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.jar
[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.jar (53 kB at 5.3 MB/s)
[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.jar
[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.jar (34 kB at 2.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar (71 kB at 5.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar (358 kB at 21 MB/s)
[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.jar (85 kB at 2.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar (49 kB at 963 kB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.corba ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.corba ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231048399
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.corba ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.corba ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/internal/sessions/coordination/rmi/iiop/_RMIRemoteCommandConnectionImpl_Tie.java:[102,17] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[58,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[66,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[74,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[82,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[89,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[104,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[112,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[131,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[151,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[176,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[197,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[205,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[221,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[229,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[242,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[256,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[264,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[272,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[280,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[288,13] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[295,13] possible fall-through into case
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/internal/sessions/coordination/corba/sun/_SunCORBAConnectionImplBase.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/internal/sessions/coordination/corba/sun/_SunCORBAConnectionImplBase.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.corba ---
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination.corba]
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination.corba]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.corba ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- exec:3.0.0:exec (start-corba-server) @ org.eclipse.persistence.corba ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 167 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 3.2 MB/s)
[INFO] skipping execute as per configuration
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.corba ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[100,43] java.rmi.RMISecurityManager in java.rmi has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIIIOPRemoteModel.java:[44,43] java.rmi.RMISecurityManager in java.rmi has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.corba ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.corba ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.corba ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
117 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:56: warning: no @return
[WARNING] public String getDefaultLocalUrl() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:102: warning: no @return
[WARNING] public abstract String getDefaultInitialContextFactoryName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:108: warning: no @param for object
[WARNING] public abstract CORBAConnection narrow(org.omg.CORBA.Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:108: warning: no @return
[WARNING] public abstract CORBAConnection narrow(org.omg.CORBA.Object object);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:114: warning: no @return
[WARNING] public abstract CORBAConnection buildCORBAConnection();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:148: warning: no @param for command
[WARNING] public static byte[] processCommand(byte[] command, RemoteCommandManager rcm) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:148: warning: no @param for rcm
[WARNING] public static byte[] processCommand(byte[] command, RemoteCommandManager rcm) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:148: warning: no @return
[WARNING] public static byte[] processCommand(byte[] command, RemoteCommandManager rcm) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:38: warning: no @param for controller
[WARNING] public CORBAConnection(CORBARemoteSessionController controller) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:252: warning: no @param for domainClass
[WARNING] public ClassDescriptor getDescriptorForAlias(Class domainClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:252: warning: no @return
[WARNING] public ClassDescriptor getDescriptorForAlias(Class domainClass) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:293: warning: no @return
[WARNING] public CORBARemoteSessionController getRemoteSessionController() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:657: warning: no @param for remoteSessionController
[WARNING] public void setRemoteSessionController(CORBARemoteSessionController remoteSessionController) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerDispatcher.java:137: warning: no @return
[WARNING] protected RemoteSessionController getController() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerDispatcher.java:327: warning: no @param for controller
[WARNING] protected void setController(RemoteSessionController controller) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:31: warning: no @return
[WARNING] public Transporter processCommand(Transporter remoteTransporter) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:31: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter processCommand(Transporter remoteTransporter) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:36: warning: no @return
[WARNING] public Transporter beginTransaction() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:36: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter beginTransaction() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:41: warning: no @return
[WARNING] public Transporter beginEarlyTransaction() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:41: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter beginEarlyTransaction() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:46: warning: no @param for remoteUnitOfWork
[WARNING] public Transporter commitRootUnitOfWork(Transporter remoteUnitOfWork) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:46: warning: no @return
[WARNING] public Transporter commitRootUnitOfWork(Transporter remoteUnitOfWork) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:46: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter commitRootUnitOfWork(Transporter remoteUnitOfWork) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:51: warning: no @return
[WARNING] public Transporter commitTransaction() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:51: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter commitTransaction() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:56: warning: no @param for remoetCursoredStreamID
[WARNING] public Transporter cursoredStreamClose(Transporter remoetCursoredStreamID) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:56: warning: no @return
[WARNING] public Transporter cursoredStreamClose(Transporter remoetCursoredStreamID) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:56: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter cursoredStreamClose(Transporter remoetCursoredStreamID) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @param for remoteCursoredStream
[WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @param for pageSize
[WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @return
[WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:67: warning: no @param for cursoredStream
[WARNING] public Transporter cursoredStreamSize(Transporter cursoredStream) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:67: warning: no @return
[WARNING] public Transporter cursoredStreamSize(Transporter cursoredStream) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:67: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter cursoredStreamSize(Transporter cursoredStream) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:72: warning: no @param for policy
[WARNING] public Transporter cursorSelectObjects(Transporter policy) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:72: warning: no @return
[WARNING] public Transporter cursorSelectObjects(Transporter policy) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:72: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter cursorSelectObjects(Transporter policy) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @param for name
[WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @param for theClass
[WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @param for arguments
[WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @return
[WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:82: warning: no @param for query
[WARNING] public Transporter executeQuery(Transporter query) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:82: warning: no @return
[WARNING] public Transporter executeQuery(Transporter query) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:82: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter executeQuery(Transporter query) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:87: warning: no @return
[WARNING] public Transporter getDefaultReadOnlyClasses() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:87: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter getDefaultReadOnlyClasses() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:92: warning: no @param for domainClass
[WARNING] public Transporter getDescriptor(Transporter domainClass) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:92: warning: no @return
[WARNING] public Transporter getDescriptor(Transporter domainClass) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:92: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter getDescriptor(Transporter domainClass) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:97: warning: no @param for domainClass
[WARNING] public Transporter getDescriptorForAlias(Transporter domainClass) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:97: warning: no @return
[WARNING] public Transporter getDescriptorForAlias(Transporter domainClass) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:97: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter getDescriptorForAlias(Transporter domainClass) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:102: warning: no @return
[WARNING] public Transporter getLogin() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:102: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter getLogin() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:108: warning: no @param for remoteFunctionCall
[WARNING] public Transporter getSequenceNumberNamed(Transporter remoteFunctionCall) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:108: warning: no @return
[WARNING] public Transporter getSequenceNumberNamed(Transporter remoteFunctionCall) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:108: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter getSequenceNumberNamed(Transporter remoteFunctionCall) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:115: warning: no @param for remoteValueHolder
[WARNING] public Transporter instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:115: warning: no @return
[WARNING] public Transporter instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:115: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:120: warning: no @return
[WARNING] public Transporter rollbackTransaction() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:120: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter rollbackTransaction() throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @param for remoteScrollableCursorOid
[WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @param for rows
[WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @return
[WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:130: warning: no @param for remoteScrollableCursorOid
[WARNING] public Transporter scrollableCursorAfterLast(Transporter remoteScrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:130: warning: no @return
[WARNING] public Transporter scrollableCursorAfterLast(Transporter remoteScrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:130: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorAfterLast(Transporter remoteScrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:135: warning: no @param for remoteScrollableCursor
[WARNING] public Transporter scrollableCursorBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:135: warning: no @return
[WARNING] public Transporter scrollableCursorBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:135: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:140: warning: no @param for remoteScrollableCursorOid
[WARNING] public Transporter scrollableCursorClose(Transporter remoteScrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:140: warning: no @return
[WARNING] public Transporter scrollableCursorClose(Transporter remoteScrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:140: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorClose(Transporter remoteScrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:145: warning: no @param for remoteScrollableCursor
[WARNING] public Transporter scrollableCursorCurrentIndex(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:145: warning: no @return
[WARNING] public Transporter scrollableCursorCurrentIndex(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:145: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorCurrentIndex(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:150: warning: no @param for remoteScrollableCursor
[WARNING] public Transporter scrollableCursorFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:150: warning: no @return
[WARNING] public Transporter scrollableCursorFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:150: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:155: warning: no @param for remoteScrollableCursor
[WARNING] public Transporter scrollableCursorIsAfterLast(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:155: warning: no @return
[WARNING] public Transporter scrollableCursorIsAfterLast(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:155: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorIsAfterLast(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:160: warning: no @param for remoteScrollableCursor
[WARNING] public Transporter scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:160: warning: no @return
[WARNING] public Transporter scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:160: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:165: warning: no @param for remoteScrollableCursor
[WARNING] public Transporter scrollableCursorIsFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:165: warning: no @return
[WARNING] public Transporter scrollableCursorIsFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:165: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorIsFirst(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:170: warning: no @param for remoteScrollableCursor
[WARNING] public Transporter scrollableCursorIsLast(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:170: warning: no @return
[WARNING] public Transporter scrollableCursorIsLast(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:170: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorIsLast(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:175: warning: no @param for remoteScrollableCursor
[WARNING] public Transporter scrollableCursorLast(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:175: warning: no @return
[WARNING] public Transporter scrollableCursorLast(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:175: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorLast(Transporter remoteScrollableCursor) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:181: warning: no @param for scrollableCursorOid
[WARNING] public Transporter scrollableCursorNextObject(Transporter scrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:181: warning: no @return
[WARNING] public Transporter scrollableCursorNextObject(Transporter scrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:181: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorNextObject(Transporter scrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:187: warning: no @param for scrollableCursorOid
[WARNING] public Transporter scrollableCursorPreviousObject(Transporter scrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:187: warning: no @return
[WARNING] public Transporter scrollableCursorPreviousObject(Transporter scrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:187: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorPreviousObject(Transporter scrollableCursorOid) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @param for remoteScrollableCursor
[WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @param for rows
[WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @return
[WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:198: warning: no @param for cursoredStream
[WARNING] public Transporter scrollableCursorSize(Transporter cursoredStream) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:198: warning: no @return
[WARNING] public Transporter scrollableCursorSize(Transporter cursoredStream) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:198: warning: no @throws for java.rmi.RemoteException
[WARNING] public Transporter scrollableCursorSize(Transporter cursoredStream) throws RemoteException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:54: warning: no @param for controller
[WARNING] public RMIConnection(RMIRemoteSessionController controller) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:352: warning: no @return
[WARNING] public RMIRemoteSessionController getRemoteSessionController() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:796: warning: no @param for remoteSessionController
[WARNING] public void setRemoteSessionController(RMIRemoteSessionController remoteSessionController) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:142: warning: no @return
[WARNING] protected RemoteSessionController getController() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:332: warning: no @param for controller
[WARNING] protected void setController(RemoteSessionController controller) {
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- antrun:3.0.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.pom (10.0 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom (5.6 kB at 161 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom (2.3 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.jar (2.1 MB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar (18 kB at 368 kB/s)
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.corba ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-corba) @ org.eclipse.persistence.corba ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.corba ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.corba ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.corba ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.5-SNAPSHOT/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------
[INFO] Building EclipseLink Extension 3.0.5-SNAPSHOT                    [13/39]
[INFO]   from foundation/org.eclipse.persistence.extension/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom (1.7 kB at 57 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom (16 kB at 171 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.pom (21 kB at 508 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.pom (14 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-parent/1.3.0-alpha5/logback-parent-1.3.0-alpha5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.3.0-alpha5/logback-parent-1.3.0-alpha5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.3.0-alpha5/logback-parent-1.3.0-alpha5.pom (21 kB at 442 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.pom (5.0 kB at 144 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.pom (1.3 kB at 39 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom (7.0 kB at 304 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/1.6.2/all-1.6.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/1.6.2/all-1.6.2.pom (23 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/activation/activation/1.1/activation-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 53 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/activation/activation/1.1/activation-1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar (659 kB at 19 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar (56 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.jar (493 kB at 23 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.jar (247 kB at 10 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 1.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.jar (1.3 MB at 25 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.jar (2.4 MB at 29 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.extension ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.extension ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231058071
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.extension ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/classes
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.extension ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.extension ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.extension ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
13 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:47: warning: no @param for rcm
[WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm, JChannel channel, boolean isLocalConnectionBeingCreated) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:47: warning: no @param for channel
[WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm, JChannel channel, boolean isLocalConnectionBeingCreated) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:47: warning: no @param for isLocalConnectionBeingCreated
[WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm, JChannel channel, boolean isLocalConnectionBeingCreated) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:73: warning: no @param for rcm
[WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm){
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:83: warning: no @return
[WARNING] public boolean isLocal() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:121: warning: no @param for message
[WARNING] public void onMessage(Message message) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:167: warning: no @param for message
[WARNING] protected String logDebugMessage(Message message) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:167: warning: no @return
[WARNING] protected String logDebugMessage(Message message) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:54: warning: no @param for rcm
[WARNING] public JGroupsTransportManager(RemoteCommandManager rcm) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:64: warning: no @param for isLocalConnectionBeingCreated
[WARNING] protected BroadcastRemoteConnection createConnection(boolean isLocalConnectionBeingCreated) throws RemoteCommandManagerException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:64: warning: no @return
[WARNING] protected BroadcastRemoteConnection createConnection(boolean isLocalConnectionBeingCreated) throws RemoteCommandManagerException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:155: warning: no @return
[WARNING] public String getConfigFile() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:164: warning: no @param for configFile
[WARNING] public void setConfigFile(String configFile) {
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.extension ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.5-SNAPSHOT/org.eclipse.persistence.extension-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >--
[INFO] Building EclipseLink Test Server Parent 3.0.5-SNAPSHOT           [14/39]
[INFO]   from testing/server/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.pom (11 kB at 314 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.jar (49 kB at 3.1 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.test.server.parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.test.server.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom (8.8 kB at 980 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom (4.1 kB at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 594 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom (1.9 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom (2.5 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom (1.4 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom (1.9 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom (2.4 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom (3.0 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 490 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 960 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 330 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom (3.4 kB at 339 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom (4.3 kB at 207 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 239 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 757 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom (2.6 kB at 221 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom (4.1 kB at 163 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom (3.8 kB at 426 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom (14 kB at 920 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 644 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 732 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 487 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 339 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 300 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 283 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 201 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 267 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 346 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (6.6 kB at 391 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (15 kB at 738 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom (5.4 kB at 255 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom (13 kB at 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 520 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar (633 kB at 24 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar (42 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar (44 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar (192 kB at 9.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar (14 kB at 620 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar (215 kB at 9.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar (66 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar (41 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar (181 kB at 5.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 3.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar (27 kB at 617 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 4.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar (37 kB at 633 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar (32 kB at 517 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 7.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 163 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 622 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar (2.6 MB at 26 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 772 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 487 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 276 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 445 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar (767 kB at 6.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 2.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar (326 kB at 2.6 MB/s)
[WARNING] Ignoring download failure.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.test.server.parent ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231067191
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.test.server.parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.test.server.parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.test.server.parent ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.test.server.parent ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.test.server.parent-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/target/org.eclipse.persistence.test.server.parent-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.test.server.parent-3.0.5-SNAPSHOT.pom.asc
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------
[INFO] Building EclipseLink JPA Test 3.0.5-SNAPSHOT                     [15/39]
[INFO]   from jpa/eclipselink.jpa.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom (5.8 kB at 234 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar (40 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.pom (7.8 kB at 707 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin-parent/4.5-jdk8/maven-processor-plugin-parent-4.5-jdk8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin-parent/4.5-jdk8/maven-processor-plugin-parent-4.5-jdk8.pom (9.5 kB at 733 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.jar (49 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.pom (10 kB at 591 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp-plugins/2.3.0/smpp-plugins-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp-plugins/2.3.0/smpp-plugins-2.3.0.pom (8.3 kB at 834 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp/2.3.0/smpp-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp/2.3.0/smpp-2.3.0.pom (33 kB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.jar (39 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom (4.3 kB at 362 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom (17 kB at 853 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/public-parent/2/public-parent-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/public-parent/2/public-parent-2.pom (1.4 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom (23 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar (38 kB at 763 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom (8.6 kB at 713 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar (64 kB at 4.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.pom (4.5 kB at 406 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-maven2/1.7.7/cargo-extensions-maven2-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-maven2/1.7.7/cargo-extensions-maven2-1.7.7.pom (1.4 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions/1.7.7/cargo-extensions-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions/1.7.7/cargo-extensions-1.7.7.pom (2.0 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.7.7/codehaus-cargo-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.7.7/codehaus-cargo-1.7.7.pom (45 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.jar (122 kB at 3.6 MB/s)
[WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)'
[WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave)'
[WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings)'
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-ejb-client-bom/18.0.0.Final/wildfly-ejb-client-bom-18.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-ejb-client-bom/18.0.0.Final/wildfly-ejb-client-bom-18.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-ejb-client-bom/18.0.0.Final/wildfly-ejb-client-bom-18.0.0.Final.pom (13 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/35/jboss-parent-35.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom (66 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.pom (13 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/24/jboss-parent-24.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom (36 kB at 3.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.pom (8.6 kB at 168 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.6.Final/jboss-marshalling-parent-2.0.6.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.6.Final/jboss-marshalling-parent-2.0.6.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.6.Final/jboss-marshalling-parent-2.0.6.Final.pom (5.7 kB at 300 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.pom (1.6 kB at 65 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom (8.5 kB at 776 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom (6.6 kB at 730 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/20/jboss-parent-20.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/20/jboss-parent-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/20/jboss-parent-20.pom (34 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom (5.4 kB at 452 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom (7.2 kB at 448 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/23/jboss-parent-23.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/23/jboss-parent-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/23/jboss-parent-23.pom (35 kB at 3.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom (5.9 kB at 186 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/15/jboss-parent-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom (32 kB at 3.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.pom (7.8 kB at 372 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.0.Final/jboss-remoting-5.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.0.Final/jboss-remoting-5.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.0.Final/jboss-remoting-5.0.0.Final.pom (14 kB at 350 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom (6.0 kB at 186 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.0.CR2/wildfly-client-config-1.0.0.CR2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.CR2/wildfly-client-config-1.0.0.CR2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.CR2/wildfly-client-config-1.0.0.CR2.pom (7.4 kB at 495 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/22/jboss-parent-22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/22/jboss-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/22/jboss-parent-22.pom (37 kB at 751 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.pom (5.0 kB at 208 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/9/jboss-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/9/jboss-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/9/jboss-parent-9.pom (29 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.2.0.CR1/wildfly-common-1.2.0.CR1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.CR1/wildfly-common-1.2.0.CR1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.CR1/wildfly-common-1.2.0.CR1.pom (4.7 kB at 221 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/21/jboss-parent-21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/21/jboss-parent-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/21/jboss-parent-21.pom (37 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom (21 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom (5.0 kB at 453 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/1.0.0.Final/jboss-ejb-api_3.2_spec-1.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/1.0.0.Final/jboss-ejb-api_3.2_spec-1.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/1.0.0.Final/jboss-ejb-api_3.2_spec-1.0.0.Final.pom (5.2 kB at 181 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/10/jboss-parent-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/10/jboss-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/10/jboss-parent-10.pom (30 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom (7.3 kB at 214 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.pom (4.0 kB at 359 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.1.5.Final/wildfly-elytron-1.1.5.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.5.Final/wildfly-elytron-1.1.5.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.5.Final/wildfly-elytron-1.1.5.Final.pom (21 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.1.4.Final/wildfly-transaction-client-1.1.4.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.4.Final/wildfly-transaction-client-1.1.4.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.4.Final/wildfly-transaction-client-1.1.4.Final.pom (7.3 kB at 431 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.4.Final/wildfly-naming-client-1.0.4.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.4.Final/wildfly-naming-client-1.0.4.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.4.Final/wildfly-naming-client-1.0.4.Final.pom (4.9 kB at 258 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/19/jboss-parent-19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom (32 kB at 2.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.0.Final/jboss-marshalling-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.0.Final/jboss-marshalling-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.0.Final/jboss-marshalling-2.0.0.Final.pom (4.3 kB at 308 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.0.Final/jboss-marshalling-parent-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.0.Final/jboss-marshalling-parent-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.0.Final/jboss-marshalling-parent-2.0.0.Final.pom (6.6 kB at 206 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.0.Final/jboss-marshalling-river-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.0.Final/jboss-marshalling-river-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.0.Final/jboss-marshalling-river-2.0.0.Final.pom (1.6 kB at 45 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom (2.6 kB at 255 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.pom (15 kB at 624 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.pom (13 kB at 926 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.pom (13 kB at 624 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.pom (5.6 kB at 282 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.2.1.Final/jboss-threads-2.2.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.2.1.Final/jboss-threads-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.2.1.Final/jboss-threads-2.2.1.Final.pom (4.0 kB at 190 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/13/jboss-parent-13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/13/jboss-parent-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/13/jboss-parent-13.pom (32 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.pom (7.3 kB at 665 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.pom (5.2 kB at 517 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-parent/1.0.16.Final/wildfly-http-client-parent-1.0.16.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-parent/1.0.16.Final/wildfly-http-client-parent-1.0.16.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-parent/1.0.16.Final/wildfly-http-client-parent-1.0.16.Final.pom (11 kB at 922 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/1.4.20.Final/undertow-core-1.4.20.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/1.4.20.Final/undertow-core-1.4.20.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/1.4.20.Final/undertow-core-1.4.20.Final.pom (23 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-parent/1.4.20.Final/undertow-parent-1.4.20.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/1.4.20.Final/undertow-parent-1.4.20.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/1.4.20.Final/undertow-parent-1.4.20.Final.pom (25 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.pom (7.9 kB at 788 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.3.8.Final/xnio-all-3.3.8.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.3.8.Final/xnio-all-3.3.8.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.3.8.Final/xnio-all-3.3.8.Final.pom (6.0 kB at 599 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.3.8.Final/xnio-nio-3.3.8.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.3.8.Final/xnio-nio-3.3.8.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.3.8.Final/xnio-nio-3.3.8.Final.pom (7.6 kB at 846 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.7.Final/jboss-marshalling-river-2.0.7.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.7.Final/jboss-marshalling-river-2.0.7.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.7.Final/jboss-marshalling-river-2.0.7.Final.pom (1.6 kB at 174 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.7.Final/jboss-marshalling-parent-2.0.7.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.7.Final/jboss-marshalling-parent-2.0.7.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.7.Final/jboss-marshalling-parent-2.0.7.Final.pom (4.6 kB at 459 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.7.Final/jboss-marshalling-2.0.7.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.7.Final/jboss-marshalling-2.0.7.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.7.Final/jboss-marshalling-2.0.7.Final.pom (8.6 kB at 859 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.1.3.Final/wildfly-elytron-1.1.3.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.3.Final/wildfly-elytron-1.1.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.3.Final/wildfly-elytron-1.1.3.Final.pom (21 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.pom (5.7 kB at 566 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.pom (5.2 kB at 515 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.6.Final/wildfly-naming-client-1.0.6.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.6.Final/wildfly-naming-client-1.0.6.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.6.Final/wildfly-naming-client-1.0.6.Final.pom (5.6 kB at 564 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.pom (5.4 kB at 83 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.0.2.Final/wildfly-transaction-client-1.0.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.0.2.Final/wildfly-transaction-client-1.0.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.0.2.Final/wildfly-transaction-client-1.0.2.Final.pom (7.3 kB at 813 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.pom (4.8 kB at 476 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/4.0.2.Final/jboss-ejb-client-4.0.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.2.Final/jboss-ejb-client-4.0.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.2.Final/jboss-ejb-client-4.0.2.Final.pom (13 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.1.Final/jboss-marshalling-2.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.1.Final/jboss-marshalling-2.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.1.Final/jboss-marshalling-2.0.1.Final.pom (4.3 kB at 480 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.1.Final/jboss-marshalling-parent-2.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.1.Final/jboss-marshalling-parent-2.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.1.Final/jboss-marshalling-parent-2.0.1.Final.pom (6.6 kB at 731 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.1.Final/jboss-marshalling-river-2.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.1.Final/jboss-marshalling-river-2.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.1.Final/jboss-marshalling-river-2.0.1.Final.pom (1.6 kB at 156 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.0.0.Final/wildfly-discovery-client-1.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.0.0.Final/wildfly-discovery-client-1.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.0.0.Final/wildfly-discovery-client-1.0.0.Final.pom (4.0 kB at 439 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.pom (27 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-parent/2.0.26.Final/undertow-parent-2.0.26.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.0.26.Final/undertow-parent-2.0.26.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.0.26.Final/undertow-parent-2.0.26.Final.pom (25 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.pom (8.6 kB at 954 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.9.Final/jboss-marshalling-parent-2.0.9.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.9.Final/jboss-marshalling-parent-2.0.9.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.9.Final/jboss-marshalling-parent-2.0.9.Final.pom (4.6 kB at 510 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.pom (1.6 kB at 156 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.pom (14 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.7.2.Final/xnio-api-3.7.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.2.Final/xnio-api-3.7.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.2.Final/xnio-api-3.7.2.Final.pom (8.8 kB at 876 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.7.2.Final/xnio-all-3.7.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.2.Final/xnio-all-3.7.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.2.Final/xnio-all-3.7.2.Final.pom (6.9 kB at 687 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom (7.4 kB at 742 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom (4.6 kB at 462 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom (5.4 kB at 603 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom (4.6 kB at 355 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.pom (8.8 kB at 973 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.7.3.Final/xnio-all-3.7.3.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.3.Final/xnio-all-3.7.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.3.Final/xnio-all-3.7.3.Final.pom (6.9 kB at 763 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.pom (7.9 kB at 983 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom (7.2 kB at 796 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.pom (49 kB at 3.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/1.10.3.Final/wildfly-elytron-parent-1.10.3.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.10.3.Final/wildfly-elytron-parent-1.10.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.10.3.Final/wildfly-elytron-parent-1.10.3.Final.pom (61 kB at 5.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.jar (435 kB at 33 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar (8.0 kB at 889 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.jar (16 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.jar (186 kB at 9.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.jar (74 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.jar (61 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.jar (60 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.jar (74 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.jar (39 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.jar (42 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.jar (223 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.jar (140 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.jar (86 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.jar (325 kB at 4.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.jar (167 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.jar (2.3 MB at 30 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.jar (586 kB at 7.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.jar (85 kB at 983 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.jar (284 kB at 3.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar (47 kB at 489 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.jar (121 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.jar (2.5 MB at 19 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231076646
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-generated-test-sources-dir) @ org.eclipse.persistence.jpa.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/generated-test-sources/jpa-runner-src added.
[INFO] 
[INFO] --- replacer:1.5.3:replace (filter-test-src-TestRunnerBean) @ org.eclipse.persistence.jpa.test ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom (2.3 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 433 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom (3.0 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom (3.6 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom (3.0 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom (1.8 kB at 197 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom (9.3 kB at 320 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom (13 kB at 746 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom (3.0 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom (7.8 kB at 872 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom (13 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom (1.4 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar (49 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 28 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar (163 kB at 5.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 8.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar (163 kB at 5.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar (195 kB at 4.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar (196 kB at 4.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar (52 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar (1.2 MB at 19 MB/s)
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- processor:4.5-jdk8:process-test (generate-canonical-meta-model-classes) @ org.eclipse.persistence.jpa.test ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom (2.9 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom (24 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom (3.9 kB at 301 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom (2.1 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 497 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 533 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom (23 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom (4.0 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom (1.8 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom (2.6 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom (1.5 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom (1.9 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom (2.1 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom (2.9 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom (3.1 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 684 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 990 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom (4.1 kB at 215 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom (1.9 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom (16 kB at 821 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom (2.1 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom (11 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom (16 kB at 403 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom (7.8 kB at 261 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom (9.9 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.pom (893 B at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.3/plexus-compiler-2.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.3/plexus-compiler-2.8.3.pom (6.2 kB at 328 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.pom (713 B at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.pom (794 B at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.3/plexus-compilers-2.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.3/plexus-compilers-2.8.3.pom (1.4 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.jar (48 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.jar (166 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar (43 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 9.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar (55 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 915 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 20 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 5.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 422 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 4.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 895 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 6.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 8.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.jar (27 kB at 417 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.jar (260 kB at 3.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.jar (4.7 kB at 58 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.jar (21 kB at 226 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 25 MB/s)
[INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ...
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] 
[INFO] --- processor:4.5-jdk8:process-test (generate-inheritance-model-classes) @ org.eclipse.persistence.jpa.test ---
[INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ...
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(1729289713)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(1729289713)--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.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] 
[INFO] --- processor:4.5-jdk8:process-test (generate-jpa-metamodel-classes) @ org.eclipse.persistence.jpa.test ---
[INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ...
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 227 resources
[INFO] Copying 227 resources
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1942 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[INFO] [EL Info]: processor: Creating static metadata factory ...
[WARNING] [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location.
[WARNING] No processor claimed any of these annotations: org.eclipse.persistence.annotations.TenantDiscriminatorColumn,jakarta.persistence.PrePersist,jakarta.persistence.PreUpdate,jakarta.annotation.PostConstruct,org.eclipse.persistence.annotations.Indexes,org.eclipse.persistence.annotations.NamedStoredProcedureQueries,jakarta.persistence.Table,jakarta.persistence.Cacheable,org.eclipse.persistence.annotations.Struct,jakarta.persistence.ExcludeDefaultListeners,org.eclipse.persistence.annotations.ObjectTypeConverter,jakarta.persistence.CollectionTable,jakarta.persistence.Temporal,jakarta.persistence.EntityListeners,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQuery,jakarta.persistence.NamedQuery,jakarta.persistence.Lob,jakarta.persistence.ManyToMany,jakarta.persistence.AttributeOverride,jakarta.ejb.EJB,jakarta.persistence.PrimaryKeyJoinColumns,jakarta.persistence.Convert,org.eclipse.persistence.annotations.PrivateOwned,org.eclipse.persistence.annotations.DeleteAll,jakarta.persistence.IdClass,jakarta.persistence.AttributeOverrides,org.eclipse.persistence.oxm.annotations.XmlPath,jakarta.xml.bind.annotation.XmlAccessorType,org.junit.AfterClass,jakarta.ejb.Singleton,org.eclipse.persistence.annotations.NamedStoredFunctionQuery,jakarta.persistence.NamedQueries,jakarta.persistence.Transient,org.eclipse.persistence.annotations.AdditionalCriteria,jakarta.persistence.Id,jakarta.annotation.PreDestroy,org.eclipse.persistence.annotations.Converter,jakarta.persistence.Enumerated,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredProcedureQueries,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQueries,jakarta.persistence.MapKey,jakarta.persistence.AssociationOverrides,jakarta.persistence.AssociationOverride,jakarta.persistence.PostRemove,org.eclipse.persistence.annotations.ClassExtractor,jakarta.persistence.JoinTable,jakarta.persistence.MappedSuperclass,jakarta.xml.bind.annotation.XmlRootElement,org.eclipse.persistence.platform.database.oracle.annotations.OracleObjects,org.eclipse.persistence.annotations.BasicMap,org.eclipse.persistence.annotations.TypeConverter,jakarta.persistence.Inheritance,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecords,jakarta.persistence.MapKeyClass,jakarta.validation.constraints.Size,org.eclipse.persistence.annotations.HashPartitioning,org.junit.runner.RunWith,jakarta.validation.Valid,jakarta.persistence.Embedded,jakarta.persistence.PersistenceContext,jakarta.ejb.TransactionManagement,jakarta.ejb.TransactionAttribute,org.eclipse.persistence.annotations.Cache,org.eclipse.persistence.annotations.CascadeOnDelete,org.junit.runners.Suite.SuiteClasses,org.eclipse.persistence.annotations.MapKeyConvert,jakarta.persistence.SequenceGenerator,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLTable,jakarta.persistence.PrimaryKeyJoinColumn,org.eclipse.persistence.annotations.JoinFetch,org.eclipse.persistence.annotations.WriteTransformers,org.junit.Before,org.eclipse.persistence.annotations.TenantTableDiscriminator,jakarta.persistence.SqlResultSetMappings,org.eclipse.persistence.annotations.ReadOnly,jakarta.persistence.Converts,org.junit.Test,org.eclipse.persistence.annotations.Partitioning,org.eclipse.persistence.annotations.VirtualAccessMethods,jakarta.validation.constraints.Max,jakarta.persistence.ElementCollection,org.eclipse.persistence.annotations.CollectionTable,jakarta.persistence.OrderBy,org.eclipse.persistence.annotations.FetchGroups,org.eclipse.persistence.annotations.ExcludeDefaultMappings,org.eclipse.persistence.annotations.Converters,org.eclipse.persistence.annotations.ObjectTypeConverters,org.eclipse.persistence.annotations.ChangeTracking,jakarta.inject.Inject,jakarta.validation.constraints.Min,jakarta.persistence.Entity,org.eclipse.persistence.annotations.CloneCopyPolicy,org.eclipse.persistence.annotations.Partitioned,org.eclipse.persistence.annotations.Noncacheable,jakarta.persistence.MapKeyColumn,org.eclipse.persistence.annotations.ValuePartitioning,jakarta.persistence.OneToOne,org.eclipse.persistence.annotations.Property,jakarta.persistence.SecondaryTable,org.eclipse.persistence.annotations.BatchFetch,org.eclipse.samples.annotations.CycleA,org.eclipse.samples.annotations.CycleC,org.eclipse.samples.annotations.CycleB,jakarta.persistence.Access,org.junit.After,org.eclipse.persistence.annotations.PrimaryKey,jakarta.persistence.PersistenceUnit,jakarta.persistence.NamedStoredProcedureQueries,org.eclipse.persistence.annotations.Structure,jakarta.persistence.SqlResultSetMapping,jakarta.persistence.PersistenceUnits,jakarta.persistence.NamedEntityGraphs,org.eclipse.persistence.annotations.SerializedConverter,jakarta.persistence.MapKeyJoinColumn,jakarta.persistence.DiscriminatorValue,org.eclipse.persistence.annotations.CacheIndex,jakarta.ejb.Stateful,jakarta.persistence.JoinColumn,org.eclipse.persistence.annotations.FetchGroup,jakarta.persistence.OrderColumn,jakarta.persistence.Converter,jakarta.persistence.EmbeddedId,jakarta.persistence.PostLoad,org.eclipse.persistence.annotations.Array,jakarta.persistence.PreRemove,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecord,jakarta.persistence.Basic,org.eclipse.persistence.annotations.VariableOneToOne,org.eclipse.persistence.annotations.Mutable,jakarta.persistence.PostUpdate,jakarta.ejb.Stateless,jakarta.xml.bind.annotation.XmlTransient,jakarta.persistence.NamedNativeQueries,jakarta.persistence.MapKeyJoinColumns,jakarta.persistence.metamodel.StaticMetamodel,org.eclipse.persistence.annotations.BasicCollection,org.eclipse.persistence.annotations.RoundRobinPartitioning,jakarta.persistence.MapsId,jakarta.persistence.MapKeyTemporal,org.eclipse.persistence.annotations.TypeConverters,org.junit.BeforeClass,org.eclipse.persistence.annotations.PinnedPartitioning,org.eclipse.persistence.annotations.Customizer,org.eclipse.persistence.annotations.ReadTransformer,org.eclipse.persistence.annotations.CopyPolicy,jakarta.persistence.OneToMany,jakarta.persistence.ManyToOne,org.eclipse.persistence.annotations.Convert,jakarta.validation.constraints.NotNull,org.eclipse.samples.annotations.CycleSelf,org.eclipse.persistence.annotations.WriteTransformer,org.eclipse.samples.LoggableEmployee,jakarta.persistence.TableGenerator,jakarta.persistence.PersistenceContexts,jakarta.persistence.DiscriminatorColumn,org.eclipse.persistence.annotations.Properties,org.eclipse.persistence.annotations.SerializedConverters,org.eclipse.persistence.annotations.OrderCorrection,org.eclipse.persistence.annotations.Index,jakarta.persistence.ExcludeSuperclassListeners,org.eclipse.persistence.annotations.UnionPartitioning,org.eclipse.persistence.platform.database.oracle.annotations.OracleArrays,org.eclipse.persistence.annotations.CompositeMember,org.eclipse.persistence.annotations.Multitenant,jakarta.persistence.JoinColumns,jakarta.persistence.PostPersist,jakarta.ejb.Remote,jakarta.persistence.Embeddable,org.eclipse.persistence.annotations.OptimisticLocking,jakarta.persistence.GeneratedValue,org.eclipse.persistence.annotations.RangePartitioning,jakarta.persistence.SecondaryTables,jakarta.persistence.Column,org.junit.Ignore,org.eclipse.persistence.annotations.InstantiationCopyPolicy,jakarta.persistence.NamedNativeQuery,org.eclipse.persistence.annotations.ExistenceChecking,jakarta.persistence.Version
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/EmployeePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.partitioned.EmployeePK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/EmploymentPeriod.java:[38,8] Class org.eclipse.persistence.testing.models.jpa.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Blue.java:[36,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Blue overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[47,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BlueLight.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BlueLight overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/CoronaTag.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Corona.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Heineken.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[27,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Becks.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BecksTag.java:[29,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/owning/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/EmploymentPeriod.java:[30,8] Class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2356,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2361,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2366,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2371,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2376,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.delimited.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_2/EmploymentPeriod.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/MajorId.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MajorId overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Address.java:[56,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Phone.java:[39,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Phone overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/LieutenantId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LieutenantId overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PartnerLinkPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PartnerLinkPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/DepartmentPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.DepartmentPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/CoronaTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/advanced/PhoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Heineken.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Alpine.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Corona.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumber.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Becks.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/BecksTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/Alpine.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumber.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/EmploymentPeriod.java:[28,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Employee.java:[128,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PartnerLinkPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.PartnerLinkPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/CellNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CellNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Torso.java:[24,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Torso overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Heart.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Heart overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/embeddable/Country.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.advanced.embeddable.Country overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/OfficePK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.OfficePK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeTestSuite.java:[185,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[120,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/config/PhoneNumberPK.java:[23,8] Class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2218,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2223,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2228,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2233,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2238,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/GeneralId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.GeneralId overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5195,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5200,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5205,116] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5210,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5215,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5220,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/Project.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/Project.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- iterator:0.5.1:iterator (pack-model) @ org.eclipse.persistence.jpa.test ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom (5.9 kB at 366 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom (11 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar (30 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 22 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar (26 kB at 960 kB/s)
[INFO] ------ (eclipselink-annotation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/classes
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar
[INFO] ------ (eclipselink-xml-only-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar
[INFO] ------ (eclipselink-advanced-properties) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar
[INFO] ------ (eclipselink-pu with spaces) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar
[INFO] ------ (eclipselink-validation-failed-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar
[INFO] ------ (eclipselink-xml-merge-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar
[INFO] ------ (eclipselink-advanced-field-access-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar
[INFO] ------ (eclipselink-cascade-deletes-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar
[INFO] ------ (eclipselink-cacheable-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar
[INFO] ------ (eclipselink-ddl-generation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar
[INFO] ------ (eclipselink-delimited-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar
[INFO] ------ (eclipselink-extensibility-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar
[INFO] ------ (eclipselink-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar
[INFO] ------ (eclipselink-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar
[INFO] ------ (eclipselink-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar
[INFO] ------ (eclipselink-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar
[INFO] ------ (eclipselink-jpa21-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar
[INFO] ------ (eclipselink-metamodel-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar
[INFO] ------ (eclipselink-partitioned-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar
[INFO] ------ (eclipselink-xml-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar
[INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar
[INFO] ------ (eclipselink-plsql-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar
[INFO] ------ (eclipselink-remote) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar
[INFO] ------ (jpa-performance) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar
[INFO] ------ (jpa-performance2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar
[INFO] ------ (eclipselink-beanvalidation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar
[INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar
[INFO] ------ (eclipselink-identity-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar
[INFO] ------ (eclipselink-jpa22-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar
[INFO] ------ (eclipselink-xml-extended-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar
[INFO] 
[INFO] --- iterator:0.5.1:iterator (pack-server) @ org.eclipse.persistence.jpa.test ---
[INFO] Skip by user request.
[INFO] 
[INFO] --- iterator:0.5.1:iterator (weave-model-static) @ org.eclipse.persistence.jpa.test ---
[INFO] ------ (eclipselink-annotation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-ddl-generation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-validation-failed-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-cacheable-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-advanced-field-access-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-advanced-properties) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-pu with spaces) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-partitioned-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-plsql-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-cascade-deletes-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (jpa-performance) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-metamodel-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-delimited-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-extensibility-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-beanvalidation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-extended-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-remote) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] 
[INFO] --- iterator:0.5.1:iterator (weave-model-static-with-persistence-info) @ org.eclipse.persistence.jpa.test ---
[INFO] ------ (eclipselink-xml-only-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-merge-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.jpa.test ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom (1.5 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom (12 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/9/forge-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/9/forge-parent-9.pom (13 kB at 876 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom (2.2 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom (1.6 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 270 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom (1.7 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom (2.6 kB at 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom (21 kB at 794 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 481 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 623 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.pom (17 kB at 997 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar (4.2 kB at 470 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar (7.3 kB at 662 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (58 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 484 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar (16 kB at 363 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.jar (214 kB at 4.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 24 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar (7.0 MB at 51 MB/s)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/.m2/repository/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] WildFlyHomeDir exists:true
[INFO] Skip WildFly configuration: false
[INFO] 
[INFO] --- xml:1.0.2:transform (configure-wildfly-modules) @ org.eclipse.persistence.jpa.test ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom (1.3 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom (1.6 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom (4.0 kB at 395 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 61 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar (22 kB at 2.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar (85 kB at 8.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar (84 kB at 2.7 MB/s)
[INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.jpa.test ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom (4.0 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.pom (3.3 kB at 186 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 859 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.pom (1.6 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom (5.2 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.pom (1.2 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.pom (1.8 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api/1.7.7/cargo-core-api-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api/1.7.7/cargo-core-api-1.7.7.pom (1.4 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.7.7/cargo-core-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.7.7/cargo-core-1.7.7.pom (2.4 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom (8.1 kB at 582 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.pom (2.6 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.pom (2.7 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom (14 kB at 680 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom (1.8 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.pom (2.2 kB at 167 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.pom (9.8 kB at 444 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom (4.4 kB at 274 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom (2.4 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.pom (1.4 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-resources/1.7.7/cargo-resources-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-resources/1.7.7/cargo-resources-1.7.7.pom (1.5 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom (832 B at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom (2.7 kB at 168 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom (14 kB at 463 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom (670 B at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom (6.8 kB at 423 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.pom (3.2 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.pom (1.5 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-daemon/1.7.7/cargo-extensions-daemon-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-daemon/1.7.7/cargo-extensions-daemon-1.7.7.pom (1.4 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar (20 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.jar (51 kB at 4.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.jar (222 kB at 8.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.jar (177 kB at 5.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.jar (38 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar (80 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar (232 kB at 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.jar (159 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar (28 kB at 470 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.jar (20 kB at 265 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (151 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.jar (165 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.jar (146 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.jar (1.3 MB at 12 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.jar (156 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar (12 kB at 107 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.jar (45 kB at 402 kB/s)
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- iterator:0.5.1:invoker (test-server-lrg1) @ org.eclipse.persistence.jpa.test ---
[INFO] Skip by user request.
[INFO] 
[INFO] --- iterator:0.5.1:invoker (test-server-lrg2) @ org.eclipse.persistence.jpa.test ---
[INFO] Skip by user request.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-srg) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_1) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_2) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_3) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_4) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_xml_entity_mappings) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_jpa22_advanced) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_weaver) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg21) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-dynamic) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-identity) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-no-weave) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-server-test) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.jpa.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >--------
[INFO] Building EclipseLink NoSQL Extension 3.0.5-SNAPSHOT              [16/39]
[INFO]   from foundation/org.eclipse.persistence.nosql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.pom (2.9 kB at 264 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.jar (2.3 MB at 54 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.nosql ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231117458
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.nosql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 66 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[31,19] com.mongodb.Mongo in com.mongodb has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnection.java:[59,20] getMongo() in com.mongodb.DB has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[41,25] com.mongodb.Mongo in com.mongodb has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[53,35] com.mongodb.Mongo in com.mongodb has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[90,17] com.mongodb.Mongo in com.mongodb has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,37] com.mongodb.Mongo in com.mongodb has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,33] Mongo() in com.mongodb.Mongo has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,37] com.mongodb.Mongo in com.mongodb has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,33] Mongo(java.util.List<com.mongodb.ServerAddress>) in com.mongodb.Mongo has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[99,27] getDB(java.lang.String) in com.mongodb.Mongo has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[111,23] setOptions(int) in com.mongodb.DB has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[148,12] com.mongodb.Mongo in com.mongodb has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[152,26] com.mongodb.Mongo in com.mongodb has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[139,54] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[141,54] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[147,54] NORMAL in com.mongodb.WriteConcern has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[149,54] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[151,54] SAFE in com.mongodb.WriteConcern has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[121,52] eval(java.lang.String,java.lang.Object...) in com.mongodb.DB has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[131,27] setOptions(int) in com.mongodb.DBCollection has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[112,29] MongoClient(com.mongodb.ServerAddress,java.util.List<com.mongodb.MongoCredential>,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[114,29] MongoClient(java.util.List<com.mongodb.ServerAddress>,java.util.List<com.mongodb.MongoCredential>,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[172,59] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[174,59] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[180,59] NORMAL in com.mongodb.WriteConcern has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[182,59] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[184,59] SAFE in com.mongodb.WriteConcern has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/test/resources
[INFO] Copying 226 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.nosql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 160 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[55,19] com.mongodb.Mongo in com.mongodb has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[79,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[95,35] static method should be qualified by type name, org.eclipse.persistence.sessions.factories.XMLProjectWriter, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[98,56] static method should be qualified by type name, org.eclipse.persistence.sessions.factories.XMLProjectReader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[138,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[160,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[202,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[205,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[206,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[209,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[275,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[278,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[314,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[137,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[139,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[141,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[137,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[139,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[141,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[376,9] com.mongodb.Mongo in com.mongodb has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[376,27] com.mongodb.Mongo in com.mongodb has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[376,23] Mongo() in com.mongodb.Mongo has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[377,22] getDB(java.lang.String) in com.mongodb.Mongo has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[147,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[149,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[151,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Company overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Department.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Department overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/arraylist/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[137,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[139,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[141,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/arraylist/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.nosql ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
150 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:42: warning: no @param for session
[WARNING] public CciJMSConnection(Session session, jakarta.jms.Connection conn, CciJMSConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:42: warning: no @param for conn
[WARNING] public CciJMSConnection(Session session, jakarta.jms.Connection conn, CciJMSConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:42: warning: no @param for spec
[WARNING] public CciJMSConnection(Session session, jakarta.jms.Connection conn, CciJMSConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:52: warning: no @return
[WARNING] public jakarta.jms.Connection getConnection() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:59: warning: no @return
[WARNING] public Session getSession() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionFactory.java:43: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionFactory.java:54: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionFactory.java:130: warning: no description for @param
[WARNING] * @param reference
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionMetaData.java:44: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionMetaData.java:59: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionMetaData.java:73: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionSpec.java:106: warning: no description for @param
[WARNING] * @param name
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionSpec.java:129: warning: no description for @param
[WARNING] * @param pass
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionSpec.java:171: warning: no description for @param
[WARNING] * @param jndiName
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:36: warning: no @param for conn
[WARNING] public CciJMSInteraction(CciJMSConnection conn) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:46: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:63: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:109: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:152: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:192: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteractionSpec.java:71: warning: no description for @param
[WARNING] * @param dest
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteractionSpec.java:92: warning: no description for @param
[WARNING] * @param selector
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSReceiveInteractionSpec.java:40: warning: no description for @param
[WARNING] * @param timeout
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSReceiveInteractionSpec.java:50: warning: no description for @param
[WARNING] * @param timeout
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:67: warning: no description for @param
[WARNING] * @param theDescription
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSSendReceiveInteractionSpec.java:76: warning: no description for @param
[WARNING] * @param url
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSSendReceiveInteractionSpec.java:103: warning: no description for @param
[WARNING] * @param dest
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:35: warning: no @param for conn
[WARNING] public CciJMSTransaction(CciJMSConnection conn) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:43: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:70: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:85: warning: no description for @throws
[WARNING] * @throws EISException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileConnectionSpec.java:42: warning: no @param for directory
[WARNING] public XMLFileConnectionSpec(String directory) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileConnectionSpec.java:50: warning: no @return
[WARNING] protected String getDirectory() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileConnectionSpec.java:58: warning: no @param for directory
[WARNING] protected void setDirectory(String directory) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:47: warning: no @param for connection
[WARNING] public XMLFileInteraction(XMLFileConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @param for spec
[WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @param for file
[WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @return
[WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @throws for java.lang.Exception
[WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @param for spec
[WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @param for file
[WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @param for input
[WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @return
[WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @throws for java.lang.Exception
[WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @param for spec
[WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @param for file
[WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @param for input
[WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @return
[WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @throws for java.lang.Exception
[WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @param for spec
[WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @param for file
[WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @return
[WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @throws for java.lang.Exception
[WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:220: warning: no @param for spec
[WARNING] protected DatabaseField buildField(XMLFileInteractionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:220: warning: no @return
[WARNING] protected DatabaseField buildField(XMLFileInteractionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:59: warning: no @return
[WARNING] public String getXPath() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:66: warning: no @return
[WARNING] public NamespaceResolver getNamespaceResolver() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:73: warning: no @param for namespaceResolver
[WARNING] public void setNamespaceResolver(NamespaceResolver namespaceResolver) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:80: warning: no @param for xPath
[WARNING] public void setXPath(String xPath) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:87: warning: no @return
[WARNING] public String getXQuery() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:94: warning: no @param for xQuery
[WARNING] public void setXQuery(String xQuery) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:101: warning: no @return
[WARNING] public int getInteractionType() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:108: warning: no @param for interactionType
[WARNING] public void setInteractionType(int interactionType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:115: warning: no @return
[WARNING] public String getFileName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:122: warning: no @param for fileName
[WARNING] public void setFileName(String fileName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:130: warning: no @return
[WARNING] public Element getDOM() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:138: warning: no @param for dom
[WARNING] public void setDOM(Element dom) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:46: warning: no @param for connection
[WARNING] public XMLFileTransaction(XMLFileConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:63: warning: no @return
[WARNING] public boolean isInTransaction() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:105: warning: no @param for file
[WARNING] public EISDOMRecord retrieveDOMRecord(File file) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:105: warning: no @return
[WARNING] public EISDOMRecord retrieveDOMRecord(File file) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:105: warning: no @throws for java.lang.Exception
[WARNING] public EISDOMRecord retrieveDOMRecord(File file) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ByteArrayException.java:39: warning: no @return
[WARNING] public static ByteArrayException unrecognizedDataType() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:47: warning: no @return
[WARNING] public FieldMetaData getFieldMetaData() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:54: warning: no @param for newFieldMetaData
[WARNING] public void setFieldMetaData(FieldMetaData newFieldMetaData) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:61: warning: no @return
[WARNING] public byte[] getRecordData() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:68: warning: no @param for newRecordData
[WARNING] public void setRecordData(byte[] newRecordData) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:78: warning: no @return
[WARNING] public Object getValue() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:26: warning: no @return
[WARNING] public String getName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:29: warning: no @return
[WARNING] public Vector getFields();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:32: warning: no @param for fields
[WARNING] public void setFields(Vector fields);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:35: warning: no @param for field
[WARNING] public void addField(FieldMetaData field);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:38: warning: no @param for fieldName
[WARNING] public FieldMetaData getFieldNamed(String fieldName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:38: warning: no @return
[WARNING] public FieldMetaData getFieldNamed(String fieldName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:35: warning: no @return
[WARNING] public FieldMetaData deepCopy();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:38: warning: no @return
[WARNING] public boolean isSigned();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:41: warning: no @param for signed
[WARNING] public void setIsSigned(boolean signed);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:44: warning: no @return
[WARNING] public String getName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:47: warning: no @param for newName
[WARNING] public void setName(String newName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:50: warning: no @return
[WARNING] public RecordMetaData getRecord();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:53: warning: no @param for newRecord
[WARNING] public void setRecord(RecordMetaData newRecord);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:56: warning: no @return
[WARNING] public int getSize();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:59: warning: no @param for size
[WARNING] public void setSize(int size);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:62: warning: no @return
[WARNING] public boolean isComposite();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:65: warning: no @return
[WARNING] public int getOffset();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:68: warning: no @param for offset
[WARNING] public void setOffset(int offset);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:71: warning: no @return
[WARNING] public int getType();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:74: warning: no @param for type
[WARNING] public void setType(int type);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:77: warning: no @return
[WARNING] public boolean isFieldRedefine();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:80: warning: no @param for status
[WARNING] public void setIsFieldRedefine(boolean status);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:83: warning: no @param for field
[WARNING] public void setFieldRedefined(FieldMetaData field);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:86: warning: no @return
[WARNING] public FieldMetaData getFieldRedefined();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:89: warning: no @return
[WARNING] public boolean hasDecimal();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:92: warning: no @return
[WARNING] public int getDecimalPosition();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:95: warning: no @param for newPosition
[WARNING] public void setDecimalPosition(int newPosition);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:98: warning: no @return
[WARNING] public boolean isArray();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:101: warning: no @return
[WARNING] public int getArraySize();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:104: warning: no @param for newSize
[WARNING] public void setArraySize(int newSize);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:107: warning: no @return
[WARNING] public boolean dependsOn();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:110: warning: no @return
[WARNING] public String getDependentFieldName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:113: warning: no @param for fieldName
[WARNING] public void setDependentFieldName(String fieldName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:116: warning: no @param for recordData
[WARNING] public Object extractValueFromArray(byte[] recordData);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:116: warning: no @return
[WARNING] public Object extractValueFromArray(byte[] recordData);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:120: warning: no @param for row
[WARNING] public void writeOnRow(CobolRow row, byte[] recordData);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:120: warning: no @param for recordData
[WARNING] public void writeOnRow(CobolRow row, byte[] recordData);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:123: warning: no @param for row
[WARNING] public void writeOnArray(CobolRow row, byte[] recordData);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:123: warning: no @param for recordData
[WARNING] public void writeOnArray(CobolRow row, byte[] recordData);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:236: warning: no @return
[WARNING] public Vector getCompositeFields() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:385: warning: no @param for row
[WARNING] protected void adjustArraySize(CobolRow row) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:233: warning: no @param for row
[WARNING] public void writeCompositeOnRow(CobolRow row, byte[] recordData) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:233: warning: no @param for recordData
[WARNING] public void writeCompositeOnRow(CobolRow row, byte[] recordData) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:293: warning: no @param for row
[WARNING] protected void writeCompositeOnArray(CobolRow row, byte[] recordData) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:293: warning: no @param for recordData
[WARNING] protected void writeCompositeOnArray(CobolRow row, byte[] recordData) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:40: warning: no @param for message
[WARNING] public static CopyBookParseException invalidCopyBookException(String message) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:40: warning: no @return
[WARNING] public static CopyBookParseException invalidCopyBookException(String message) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:49: warning: no @param for internalException
[WARNING] public static CopyBookParseException ioException(java.io.IOException internalException) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:49: warning: no @return
[WARNING] public static CopyBookParseException ioException(java.io.IOException internalException) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParser.java:59: warning: no @param for stream
[WARNING] public Vector parse(InputStream stream) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParser.java:59: warning: no @return
[WARNING] public Vector parse(InputStream stream) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParser.java:59: warning: no @throws for java.lang.Exception
[WARNING] public Vector parse(InputStream stream) throws Exception {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/RecordMetaData.java:64: warning: no @param for newName
[WARNING] public void setName(String newName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/RecordMetaData.java:87: warning: no @return
[WARNING] public boolean isComposite() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:52: warning: no @param for metaData
[WARNING] public ByteConverter(FieldMetaData metaData, byte[] recordData) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:52: warning: no @param for recordData
[WARNING] public ByteConverter(FieldMetaData metaData, byte[] recordData) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:66: warning: no @param for metaData
[WARNING] protected void initialize(FieldMetaData metaData, byte[] recordData) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:66: warning: no @param for recordData
[WARNING] protected void initialize(FieldMetaData metaData, byte[] recordData) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:75: warning: no @return
[WARNING] public boolean isLittleEndian() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:82: warning: no @param for newValue
[WARNING] public void setIsLittleEndian(boolean newValue) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:89: warning: no @return
[WARNING] public int getWordSize() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:96: warning: no @param for newWordSize
[WARNING] public void setWordSize(int newWordSize) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:104: warning: no @param for string
[WARNING] protected String insertDecimalInString(String string) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:104: warning: no @return
[WARNING] protected String insertDecimalInString(String string) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:121: warning: no @param for string
[WARNING] protected String removeDecimalInString(String string) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:121: warning: no @return
[WARNING] protected String removeDecimalInString(String string) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:138: warning: no @return
[WARNING] public String getStringValue() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:168: warning: no @param for value
[WARNING] public void setBytesToValue(String value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:200: warning: no @return
[WARNING] public FieldMetaData getFieldMetaData() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:207: warning: no @param for newFieldMetaData
[WARNING] public void setFieldMetaData(FieldMetaData newFieldMetaData) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:214: warning: no @return
[WARNING] public byte[] getRecordData() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:221: warning: no @param for newRecordData
[WARNING] public void setRecordData(byte[] newRecordData) {
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-nosql) @ org.eclipse.persistence.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.nosql ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >---
[INFO] Building EclipseLink MOXy XJC 3.0.5-SNAPSHOT                     [17/39]
[INFO]   from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231122288
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/classes
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.5-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >---------
[INFO] Building EclipseLink SDO 3.0.5-SNAPSHOT                          [18/39]
[INFO]   from sdo/org.eclipse.persistence.sdo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.pom (2.4 kB at 101 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar (21 kB at 913 kB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231124353
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar (37 kB at 1.6 MB/s)
[INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,META-INF/*.inf,plugin.properties"
[INFO] 
[INFO] --- build-helper:3.2.0:add-source (add-source) @ org.eclipse.persistence.sdo ---
[INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-resource) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 2 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 105 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/DataHelper.java:[74,10] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/DataHelper.java:[139,10] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[219,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[505,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[829,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[1051,13] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[1099,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Sequence.java:[120,8] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Sequence.java:[125,8] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataGraph.java:[32,8] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/ChangeSummary.java:[41,13] deprecated item is not annotated with @Deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOType.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOType.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.1.2:build-classpath (default) @ org.eclipse.persistence.sdo ---
[INFO] Dependencies classpath:
/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar:/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar:/home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar:/home/jenkins/.m2/repository/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 861 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 660 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/InheritanceTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/DataTypesTestCases.java:[55,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/OneElementTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/xsdhelper/define/RedefineTestCases.java:[63,62] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/ChangeSummaryTestCases.java:[35,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/NonDataTypeTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/DataTypeManyTestCases.java:[38,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/NonDataTypeManyTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectBackPointerTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectBackPointerTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/xsdhelper/defineandgenerate/DefineAndGenerateWrapperTypeTestCases.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/xsdhelper/defineandgenerate/DefineAndGenerateWrapperTypeTestCases.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ org.eclipse.persistence.sdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 861 resources
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-sdo-srg) @ org.eclipse.persistence.sdo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-sdo) @ org.eclipse.persistence.sdo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
33 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties.     *
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.sdo ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >----
[INFO] Building EclipseLink DBWS Builder 3.0.5-SNAPSHOT                 [19/39]
[INFO]   from utils/org.eclipse.persistence.dbws.builder/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom (20 kB at 790 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom (1.1 kB at 76 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.pom (14 kB at 620 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/3.0.0/project-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/3.0.0/project-3.0.0.pom (34 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.0/jaxws-ri-bom-ext-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.0/jaxws-ri-bom-ext-3.0.0.pom (3.7 kB at 166 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/3.0.0/jaxws-ri-bom-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/3.0.0/jaxws-ri-bom-3.0.0.pom (10.0 kB at 434 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.0/jaxb-bom-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.0/jaxb-bom-3.0.0.pom (8.9 kB at 403 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.pom (12 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom (11 kB at 484 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.pom (2.6 kB at 120 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.2/gmbal-project-4.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.2/gmbal-project-4.0.2.pom (13 kB at 582 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.pom (16 kB at 711 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.pom (17 kB at 748 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.pom (16 kB at 737 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.pom (3.4 kB at 153 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.0.0/fastinfoset-project-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.0.0/fastinfoset-project-2.0.0.pom (17 kB at 759 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.pom (13 kB at 610 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/2.0.0/metro-saaj-2.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/2.0.0/metro-saaj-2.0.0.pom (13 kB at 560 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.pom (8.3 kB at 236 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 452 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 210 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.pom (17 kB at 744 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar (167 kB at 6.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.jar (29 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar (48 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.jar (38 kB at 801 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.jar (75 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.jar (65 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.jar (317 kB at 5.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.jar (457 kB at 6.0 MB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar (17 kB at 219 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.jar (2.7 MB at 28 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar (187 kB at 17 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.jar (36 kB at 1.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 7.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar (1.6 MB at 40 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231134498
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:[955,23] static method should be qualified by type name, org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsWriter, instead of by an expression
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
150 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:303: warning: no @param for operations
[WARNING] public List<CompositeDatabaseType> buildTypesList(List<OperationModel> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:303: warning: no @return
[WARNING] public List<CompositeDatabaseType> buildTypesList(List<OperationModel> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:356: warning: no @param for nct
[WARNING] public void buildOROXProjects(NamingConventionTransformer nct) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:364: warning: no @param for nct
[WARNING] public void buildOROXProjects(NamingConventionTransformer nct, List<CompositeDatabaseType> types) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:364: warning: no @param for types
[WARNING] public void buildOROXProjects(NamingConventionTransformer nct, List<CompositeDatabaseType> types) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:411: warning: no @param for orProject
[WARNING] protected void finishUpProjects(Project orProject, Project oxProject, List<CompositeDatabaseType> typeList) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:411: warning: no @param for oxProject
[WARNING] protected void finishUpProjects(Project orProject, Project oxProject, List<CompositeDatabaseType> typeList) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:411: warning: no @param for typeList
[WARNING] protected void finishUpProjects(Project orProject, Project oxProject, List<CompositeDatabaseType> typeList) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:629: warning: no @param for nct
[WARNING] public void buildSchema(NamingConventionTransformer nct) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:687: warning: no @param for dbwsSessionsStream
[WARNING] public void buildSessionsXML(OutputStream dbwsSessionsStream) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:702: warning: no @param for nct
[WARNING] public void buildDBWSModel(NamingConventionTransformer nct, OutputStream dbwsServiceStream) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:702: warning: no @param for dbwsServiceStream
[WARNING] public void buildDBWSModel(NamingConventionTransformer nct, OutputStream dbwsServiceStream) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:882: warning: no @param for deploymentDescriptorStream
[WARNING] public void writeDeploymentDescriptor(OutputStream deploymentDescriptorStream) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1003: warning: no @param for connection
[WARNING] protected static ResultSetMetaData getResultSetMetadataForSecondarySQL(Connection connection, String secondarySql) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1003: warning: no @param for secondarySql
[WARNING] protected static ResultSetMetaData getResultSetMetadataForSecondarySQL(Connection connection, String secondarySql) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1003: warning: no @return
[WARNING] protected static ResultSetMetaData getResultSetMetadataForSecondarySQL(Connection connection, String secondarySql) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1136: warning: no @param for nct
[WARNING] protected void setUpFindQueries(NamingConventionTransformer nct, String tableName, RelationalDescriptor desc) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1136: warning: no @param for tableName
[WARNING] protected void setUpFindQueries(NamingConventionTransformer nct, String tableName, RelationalDescriptor desc) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1136: warning: no @param for desc
[WARNING] protected void setUpFindQueries(NamingConventionTransformer nct, String tableName, RelationalDescriptor desc) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1228: warning: no @param for dataType
[WARNING] protected static String getTypeNameForDatabaseType(DatabaseType dataType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1228: warning: no @return
[WARNING] protected static String getTypeNameForDatabaseType(DatabaseType dataType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1243: warning: no @param for dType
[WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1243: warning: no @return
[WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1252: warning: no @param for dType
[WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType, String catalog) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1252: warning: no @param for catalog
[WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType, String catalog) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1252: warning: no @return
[WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType, String catalog) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1370: warning: no @param for isSimpleXMLFormat
[WARNING] protected void handleSimpleXMLFormat(boolean isSimpleXMLFormat, Result result, ProcedureOperationModel procedureOperationModel) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1370: warning: no @param for result
[WARNING] protected void handleSimpleXMLFormat(boolean isSimpleXMLFormat, Result result, ProcedureOperationModel procedureOperationModel) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1370: warning: no @param for procedureOperationModel
[WARNING] protected void handleSimpleXMLFormat(boolean isSimpleXMLFormat, Result result, ProcedureOperationModel procedureOperationModel) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1406: warning: no @param for pType
[WARNING] protected List<ArgumentType> getArgumentListForProcedureType(ProcedureType pType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1406: warning: no @return
[WARNING] protected List<ArgumentType> getArgumentListForProcedureType(ProcedureType pType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1425: warning: no @param for databaseType
[WARNING] protected Class getWrapperClass(org.eclipse.persistence.internal.helper.DatabaseType databaseType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1425: warning: no @return
[WARNING] protected Class getWrapperClass(org.eclipse.persistence.internal.helper.DatabaseType databaseType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1442: warning: no @param for wrapperClassName
[WARNING] protected Class getWrapperClass(String wrapperClassName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1442: warning: no @return
[WARNING] protected Class getWrapperClass(String wrapperClassName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for message
[WARNING] protected void logNotFoundWarnings(String message, List<String> schemaPatterns, List<String> catalogPatterns, List<String> targetPatterns) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for schemaPatterns
[WARNING] protected void logNotFoundWarnings(String message, List<String> schemaPatterns, List<String> catalogPatterns, List<String> targetPatterns) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for catalogPatterns
[WARNING] protected void logNotFoundWarnings(String message, List<String> schemaPatterns, List<String> catalogPatterns, List<String> targetPatterns) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for targetPatterns
[WARNING] protected void logNotFoundWarnings(String message, List<String> schemaPatterns, List<String> catalogPatterns, List<String> targetPatterns) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1495: warning: no @param for message
[WARNING] protected void logPackageNotFoundWarnings(String message, List<String> schemaPatterns, List<String> catalogPatterns) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1495: warning: no @param for schemaPatterns
[WARNING] protected void logPackageNotFoundWarnings(String message, List<String> schemaPatterns, List<String> catalogPatterns) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1495: warning: no @param for catalogPatterns
[WARNING] protected void logPackageNotFoundWarnings(String message, List<String> schemaPatterns, List<String> catalogPatterns) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:147: warning: no @param for args
[WARNING] public static void main(String[] args) throws WSDLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:147: warning: no @throws for javax.wsdl.WSDLException
[WARNING] public static void main(String[] args) throws WSDLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:165: warning: no @param for args
[WARNING] public void start(String[] args) throws WSDLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:165: warning: no @throws for javax.wsdl.WSDLException
[WARNING] public void start(String[] args) throws WSDLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:249: warning: no @throws for javax.wsdl.WSDLException
[WARNING] public void start() throws WSDLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsSchemaStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsSessionsStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsServiceStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsOrStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsOxStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for swarefStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for webXmlStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for wsdlStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for classProviderStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for sourceProviderStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for classProviderListenerStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for sourceProviderListenerStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for logger
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @throws for javax.wsdl.WSDLException
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsSchemaStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsSessionsStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsServiceStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsOrStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsOxStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for swarefStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for webXmlStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for wsdlStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for classProviderStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for sourceProviderStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for classProviderListenerStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for sourceProviderListenerStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for deploymentDescriptorStream
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for logger
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @throws for javax.wsdl.WSDLException
[WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:453: warning: no @param for sqlOperation
[WARNING] public void addSqlOperation(SQLOperationModel sqlOperation) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:461: warning: no @param for operation
[WARNING] public void addOperation(OperationModel operation) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:634: warning: no @return
[WARNING] public String getProjectName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:641: warning: no @param for projectName
[WARNING] public void setProjectName(String projectName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:36: warning: no @param for operations
[WARNING] public List<CompositeDatabaseType> buildTypesList(List<OperationModel> operations);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:36: warning: no @return
[WARNING] public List<CompositeDatabaseType> buildTypesList(List<OperationModel> operations);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:55: warning: no @param for deploymentDescriptorStream
[WARNING] public void writeDeploymentDescriptor(OutputStream deploymentDescriptorStream);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderModelProject.java:404: warning: no @return
[WARNING] protected ClassDescriptor buildBatchSQLOperationModelDescriptor() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:98: warning: no @param for descriptorOutputStream
[WARNING] public void writeDeploymentDescriptor(OutputStream descriptorOutputStream);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:102: warning: no @return
[WARNING] public OutputStream getDeploymentDescriptorStream() throws FileNotFoundException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:102: warning: no @throws for java.io.FileNotFoundException
[WARNING] public OutputStream getDeploymentDescriptorStream() throws FileNotFoundException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:106: warning: no @param for descriptorOutputStream
[WARNING] public void closeDeploymentDescriptorStream(OutputStream descriptorOutputStream);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:111: warning: no @return
[WARNING] public String getDeploymentDescriptorFileName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:144: warning: no description for @param
[WARNING] * @param dbTypes
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:160: warning: no description for @param
[WARNING] * @param argumentTypes
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:178: warning: no description for @param
[WARNING] * @param dbStoredFunctionReturnType
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:188: warning: no @return
[WARNING] public boolean hasComplexArguments() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:196: warning: no @param for hasComplexArguments
[WARNING] public void setHasComplexArguments(boolean hasComplexArguments) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/TableOperationModel.java:86: warning: no @return
[WARNING] public ArrayList<OperationModel> getAdditionalOperations() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/TableOperationModel.java:97: warning: no @param for additionalOperation
[WARNING] public void addOperation(OperationModel additionalOperation) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:238: warning: no @param for typeName
[WARNING] public static int getJDBCTypeFromTypeName(String typeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:238: warning: no @return
[WARNING] public static int getJDBCTypeFromTypeName(String typeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:337: warning: no @param for jdbcType
[WARNING] public static String getJDBCTypeNameFromType(int jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:337: warning: no @return
[WARNING] public static String getJDBCTypeNameFromType(int jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:416: warning: no @param for typeName
[WARNING] public static String getJDBCEnumNameFromTypeName(String typeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:416: warning: no @return
[WARNING] public static String getJDBCEnumNameFromTypeName(String typeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:428: warning: no @param for jdbcTypeName
[WARNING] public static QName getXMLTypeFromJDBCTypeName(String jdbcTypeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:428: warning: no @return
[WARNING] public static QName getXMLTypeFromJDBCTypeName(String jdbcTypeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:435: warning: no @param for jdbcType
[WARNING] public static QName getXMLTypeFromJDBCType(Short jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:435: warning: no @return
[WARNING] public static QName getXMLTypeFromJDBCType(Short jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:442: warning: no @param for jdbcType
[WARNING] public static QName getXMLTypeFromJDBCType(int jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:442: warning: no @return
[WARNING] public static QName getXMLTypeFromJDBCType(int jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:532: warning: no @param for jdbcType
[WARNING] public static String getClassNameForType(int jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:532: warning: no @return
[WARNING] public static String getClassNameForType(int jdbcType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @param for jdbcType
[WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @param for precision
[WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @param for scale
[WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @return
[WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:664: warning: no @param for dbType
[WARNING] public static Class<?> getAttributeClassForDatabaseType(DatabaseType dbType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:664: warning: no @return
[WARNING] public static Class<?> getAttributeClassForDatabaseType(DatabaseType dbType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:745: warning: no @param for name
[WARNING] public static String getGeneratedJavaClassName(String name, String projectName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:745: warning: no @param for projectName
[WARNING] public static String getGeneratedJavaClassName(String name, String projectName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:745: warning: no @return
[WARNING] public static String getGeneratedJavaClassName(String name, String projectName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:756: warning: no @param for tableName
[WARNING] public static String getGeneratedAlias(String tableName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:756: warning: no @return
[WARNING] public static String getGeneratedAlias(String tableName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:769: warning: no @param for name
[WARNING] public static String getGeneratedWrapperClassName(String name, String projectName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:769: warning: no @param for projectName
[WARNING] public static String getGeneratedWrapperClassName(String name, String projectName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:769: warning: no @return
[WARNING] public static String getGeneratedWrapperClassName(String name, String projectName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for tableName
[WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for projectName
[WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for requireCRUDOperations
[WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for nct
[WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @return
[WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for tableName
[WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for projectName
[WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for targetNamespace
[WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for nct
[WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @return
[WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for tableAlias
[WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for schemaAlias
[WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for generatedJavaClassName
[WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for targetNamespace
[WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @return
[WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:883: warning: no @param for dbType
[WARNING] public static boolean isTypeComplex(DatabaseType dbType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:883: warning: no @return
[WARNING] public static boolean isTypeComplex(DatabaseType dbType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:897: warning: no @param for argument
[WARNING] public static boolean isArgComplex(ArgumentType argument) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:897: warning: no @return
[WARNING] public static boolean isArgComplex(ArgumentType argument) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:907: warning: no @param for argument
[WARNING] public static boolean isArgPLSQL(ArgumentType argument) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:907: warning: no @return
[WARNING] public static boolean isArgPLSQL(ArgumentType argument) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:917: warning: no @param for argument
[WARNING] public static boolean isArgPLSQLScalar(ArgumentType argument) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:917: warning: no @return
[WARNING] public static boolean isArgPLSQLScalar(ArgumentType argument) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:931: warning: no @param for argTypeName
[WARNING] public static boolean isArgPLSQLScalar(String argTypeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:931: warning: no @return
[WARNING] public static boolean isArgPLSQLScalar(String argTypeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:943: warning: no @param for typeName
[WARNING] public static String getOraclePLSQLTypeForName(String typeName) {
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.builder ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >----
[INFO] Building EclipseLink Package Rename Utility 3.0.5-SNAPSHOT       [20/39]
[INFO]   from utils/eclipselink.utils.rename/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.rename ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.rename ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231138822
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.rename ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.rename ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/classes
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.rename ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.rename ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.rename ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.utils.rename ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
13 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @param for inFile
[WARNING] public void binaryCopy(File inFile, File outFile)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @param for outFile
[WARNING] public void binaryCopy(File inFile, File outFile)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @throws for java.io.FileNotFoundException
[WARNING] public void binaryCopy(File inFile, File outFile)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @throws for java.io.IOException
[WARNING] public void binaryCopy(File inFile, File outFile)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:141: warning: no @param for fileName
[WARNING] protected static String parseFileExtension(String fileName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:141: warning: no @return
[WARNING] protected static String parseFileExtension(String fileName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:154: warning: no @param for directory1
[WARNING] public static boolean directoryIsSubdirectory(File directory1,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:154: warning: no @param for directory2
[WARNING] public static boolean directoryIsSubdirectory(File directory1,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:154: warning: no @return
[WARNING] public static boolean directoryIsSubdirectory(File directory1,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:171: warning: no @param for extension
[WARNING] public boolean isExtensionSupported(String extension) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:171: warning: no @return
[WARNING] public boolean isExtensionSupported(String extension) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:206: warning: no @param for sourceFile
[WARNING] public void runSearchAndReplacePackageName(File sourceFile) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:341: warning: no @param for directory
[WARNING] public void traverseSourceDirectory(File directory) {
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.utils.rename ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >-------
[INFO] Building EclipseLink Oracle Extension 3.0.5-SNAPSHOT             [21/39]
[INFO]   from foundation/org.eclipse.persistence.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.pom (1.5 kB at 59 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.pom (1.3 kB at 73 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.pom (1.3 kB at 88 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.pom (1.4 kB at 74 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.pom (1.3 kB at 84 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.jar (5.1 MB at 59 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.jar (266 kB at 9.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.jar (2.0 MB at 42 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.jar (1.8 MB at 31 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.jar (2.2 MB at 32 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231141278
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[24,18] oracle.sql.OPAQUE in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[26,22] oracle.xdb.dom.XDBDocument in oracle.xdb.dom has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276,30] oracle.sql.ARRAY in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276,51] oracle.sql.ArrayDescriptor in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286,30] oracle.sql.STRUCT in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286,52] oracle.sql.StructDescriptor in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[296,21] oracle.sql.REF in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[297,28] oracle.sql.REF in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[829,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[831,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[866,50] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[78,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[80,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:[39,8] Class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[37,23] createXML(java.sql.Connection,org.w3c.dom.Document) in oracle.xdb.XMLType has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[42,23] createXML(java.sql.Connection,java.lang.String) in oracle.xdb.XMLType has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[53,19] getDocument() in oracle.xdb.XMLType has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[59,35] getStringVal() in oracle.xdb.XMLType has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[64,16] close() in oracle.xdb.XMLType has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[70,31] oracle.xdb.dom.XDBDocument in oracle.xdb.dom has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,35] oracle.sql.OPAQUE in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,23] createXML(oracle.sql.OPAQUE) in oracle.xdb.XMLType has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[447,14] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[450,39] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[490,32] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[510,46] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
83 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @param for cal
[WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @param for con
[WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @param for shouldPrintCalendar
[WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @return
[WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @throws for java.sql.SQLException
[WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:44: warning: no @param for timestampTZ
[WARNING] public static Calendar buildCalendar(TIMESTAMPTZWrapper timestampTZ) throws SQLException{
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:44: warning: no @return
[WARNING] public static Calendar buildCalendar(TIMESTAMPTZWrapper timestampTZ) throws SQLException{
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:44: warning: no @throws for java.sql.SQLException
[WARNING] public static Calendar buildCalendar(TIMESTAMPTZWrapper timestampTZ) throws SQLException{
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:64: warning: no @param for timestampLTZ
[WARNING] public static Calendar buildCalendar(TIMESTAMPLTZWrapper timestampLTZ) throws SQLException{
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:64: warning: no @return
[WARNING] public static Calendar buildCalendar(TIMESTAMPLTZWrapper timestampLTZ) throws SQLException{
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:64: warning: no @throws for java.sql.SQLException
[WARNING] public static Calendar buildCalendar(TIMESTAMPLTZWrapper timestampLTZ) throws SQLException{
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:92: warning: no @param for calendar
[WARNING] public static String printCalendar(final Calendar calendar) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:92: warning: no @return
[WARNING] public static String printCalendar(final Calendar calendar) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:113: warning: no @param for calendar
[WARNING] public static boolean shouldAppendDaylightTime(Calendar calendar) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:113: warning: no @return
[WARNING] public static boolean shouldAppendDaylightTime(Calendar calendar) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:124: warning: no @param for bytes
[WARNING] public static TimeZone extractTimeZone(byte[] bytes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:124: warning: no @return
[WARNING] public static TimeZone extractTimeZone(byte[] bytes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:90: warning: no @param for value
[WARNING] protected boolean lobValueExceedsLimit(Object value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:90: warning: no @return
[WARNING] protected boolean lobValueExceedsLimit(Object value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:207: warning: no @param for type
[WARNING] protected boolean isBlob(Class type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:207: warning: no @return
[WARNING] protected boolean isBlob(Class type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:215: warning: no @param for type
[WARNING] protected boolean isClob(Class type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:215: warning: no @return
[WARNING] protected boolean isClob(Class type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:235: warning: no @param for usesLocatorForLOBWrite
[WARNING] public void setShouldUseLocatorForLOBWrite(boolean usesLocatorForLOBWrite) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:245: warning: no @return
[WARNING] public boolean shouldUseLocatorForLOBWrite() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:255: warning: no @return
[WARNING] public int getLobValueLimits() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:265: warning: no @param for lobValueLimits
[WARNING] public void setLobValueLimits(int lobValueLimits) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for resultSet
[WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for columnNumber
[WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for type
[WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for session
[WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @return
[WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @throws for java.sql.SQLException
[WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for resultSet
[WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for columnNumber
[WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for type
[WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for session
[WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @return
[WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @throws for java.sql.SQLException
[WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:336: warning: no description for @param
[WARNING] * @param max
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:337: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:673: warning: no @param for type
[WARNING] protected boolean isOracle9Specific(Class type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:673: warning: no @return
[WARNING] protected boolean isOracle9Specific(Class type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:955: warning: no @return
[WARNING] public String getDriverVersion() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:962: warning: no @return
[WARNING] public boolean isTimestampInGmt() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:969: warning: no @return
[WARNING] public boolean isLtzTimestampInGmt() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:980: warning: no @return
[WARNING] public boolean shouldTruncateDate() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:991: warning: no @param for shouldTruncateDate
[WARNING] public void setShouldTruncateDate(boolean shouldTruncateDate) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:55: warning: no description for @param
[WARNING] * @param max
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:56: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:48: warning: no @param for accessor
[WARNING] public OracleJDBC_10_1_0_2ProxyConnectionCustomizer(Accessor accessor, Session session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:48: warning: no @param for session
[WARNING] public OracleJDBC_10_1_0_2ProxyConnectionCustomizer(Accessor accessor, Session session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:190: warning: no @param for customizer
[WARNING] public boolean equals(OracleJDBC_10_1_0_2ProxyConnectionCustomizer customizer) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:190: warning: no @return
[WARNING] public boolean equals(OracleJDBC_10_1_0_2ProxyConnectionCustomizer customizer) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:44: warning: no @param for context
[WARNING] public OracleOCIProxyConnector(Context context, String name) throws ValidationException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:44: warning: no @param for name
[WARNING] public OracleOCIProxyConnector(Context context, String name) throws ValidationException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:52: warning: no @param for name
[WARNING] public OracleOCIProxyConnector(String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:60: warning: no @param for oracleOCIConnectionPool
[WARNING] public OracleOCIProxyConnector(OracleOCIConnectionPool oracleOCIConnectionPool) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:265: warning: no @return
[WARNING] public DatabaseChangeRegistration getRegister() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:273: warning: no @param for register
[WARNING] protected void setRegister(DatabaseChangeRegistration register) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:281: warning: no @return
[WARNING] public Map<DatabaseTable, ClassDescriptor> getDescriptorsByTable() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:289: warning: no @param for descriptorsByTable
[WARNING] protected void setDescriptorsByTable(Map<DatabaseTable, ClassDescriptor> descriptorsByTable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/GridLinkDataPartitioningCallback.java:54: warning: no @param for session
[WARNING] public static synchronized void register(Session session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:78: warning: no description for @param
[WARNING] * @param contextNode
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:79: warning: no description for @param
[WARNING] * @param xPath
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:80: warning: no description for @param
[WARNING] * @param xmlNamespaceResolver
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:81: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:82: warning: no description for @throws
[WARNING] * @throws XMLPlatformException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:103: warning: no description for @throws
[WARNING] * @throws XMLPlatformException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:105: warning: no @param for session
[WARNING] public DMSPerformanceProfiler(Session session) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:127: warning: no @param for newWeight
[WARNING] protected void initializeNounTree(int newWeight) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @param for operationName
[WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @param for query
[WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @param for weight
[WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @return
[WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @param for type
[WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @param for parentNoun
[WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @param for weight
[WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @return
[WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:418: warning: no @param for operationName
[WARNING] protected Sensor getSensorByName(String operationName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:418: warning: no @return
[WARNING] protected Sensor getSensorByName(String operationName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:646: warning: no @param for weight
[WARNING] protected void destroySensorsByWeight(int weight) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:664: warning: no @param for weight
[WARNING] protected void destroyNounsByWeight(int weight) {
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >----
[INFO] Building EclipseLink Oracle NoSQL Extension 3.0.5-SNAPSHOT       [22/39]
[INFO]   from foundation/org.eclipse.persistence.oracle.nosql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom (3.1 kB at 120 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.pom (5.6 kB at 217 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom (19 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom (9.6 kB at 874 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom (1.3 kB at 107 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom (1.5 kB at 151 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom (1.6 kB at 122 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom (11 kB at 938 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom (3.4 kB at 123 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom (13 kB at 411 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom (11 kB at 398 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.0/xz-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.pom (1.9 kB at 50 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom (4.1 kB at 162 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom (5.4 kB at 66 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom (12 kB at 492 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom (8.0 kB at 446 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/33/oss-parent-33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 kB at 909 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom (6.3 kB at 158 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 5.6 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 602 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/28/oss-parent-28.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 910 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom (2.6 kB at 104 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom (8.0 kB at 382 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/30/oss-parent-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/30/oss-parent-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/30/oss-parent-30.pom (21 kB at 765 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 131 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 437 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom (7.8 kB at 432 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom (10 kB at 495 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 89 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom (1.2 kB at 68 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.pom (1.8 kB at 53 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom
[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
[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 427 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 228 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom (14 kB at 334 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.pom (13 kB at 852 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/4/jvnet-parent-4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 456 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.0/xz-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar (3.4 MB at 42 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar (30 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.jar (426 kB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar (232 kB at 7.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar (1.3 MB at 40 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.jar (95 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar (241 kB at 5.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar (67 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar (324 kB at 4.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar (1.3 MB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar (781 kB at 9.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar (28 kB at 295 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar (64 kB at 667 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar (2.1 kB at 21 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.jar (1.4 MB at 12 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar (2.7 MB at 19 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.nosql ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231147142
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnectionFactory.java:[61,28] static method should be qualified by type name, oracle.kv.KVStoreFactory, instead of by an expression
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/test/resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-classes
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/models/jpa/nosql/mapped/Order.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/models/jpa/nosql/mapped/Order.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.nosql ---
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:java-source:test-sources:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
62 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for session
[WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for connection
[WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for spec
[WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:49: warning: no @return
[WARNING] public java.sql.Connection getDatabaseConnection() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:56: warning: no @return
[WARNING] public AQSession getSession() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionMetaData.java:32: warning: no @param for connection
[WARNING] public AQConnectionMetaData(AQConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for user
[WARNING] public AQConnectionSpec(String user, String password, String url) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for password
[WARNING] public AQConnectionSpec(String user, String password, String url) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for url
[WARNING] public AQConnectionSpec(String user, String password, String url) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:64: warning: no @return
[WARNING] public String getURL() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:72: warning: no @param for url
[WARNING] public void setURL(String url) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:80: warning: no @return
[WARNING] public String getDatasource() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:88: warning: no @param for datasource
[WARNING] public void setDatasource(String datasource) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:96: warning: no @return
[WARNING] public String getUser() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:104: warning: no @param for user
[WARNING] public void setUser(String user) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:112: warning: no @return
[WARNING] public String getPassword() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:125: warning: no @return
[WARNING] public boolean hasDatasource() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:133: warning: no @param for password
[WARNING] public void setPassword(String password) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:39: warning: no @return
[WARNING] public String getQueue() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:46: warning: no @param for queue
[WARNING] public void setQueue(String queue) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:53: warning: no @param for schema
[WARNING] public void setSchema(String schema) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:60: warning: no @return
[WARNING] public String getSchema() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:38: warning: no @return
[WARNING] public AQDequeueOption getOptions() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:45: warning: no @param for options
[WARNING] public void setOptions(AQDequeueOption options) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:38: warning: no @return
[WARNING] public AQEnqueueOption getOptions() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:45: warning: no @param for options
[WARNING] public void setOptions(AQEnqueueOption options) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:37: warning: no @param for connection
[WARNING] public AQInteraction(AQConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for spec
[WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for input
[WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for output
[WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @throws for jakarta.resource.ResourceException
[WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for spec
[WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for input
[WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for output
[WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @throws for jakarta.resource.ResourceException
[WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:33: warning: no @param for connection
[WARNING] public AQTransaction(AQConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:49: warning: no @return
[WARNING] public boolean isInTransaction() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for store
[WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for spec
[WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnectionMetaData.java:34: warning: no @param for connection
[WARNING] public OracleNoSQLConnectionMetaData(OracleNoSQLConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:57: warning: no @param for connection
[WARNING] public OracleNoSQLInteraction(OracleNoSQLConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @param for key
[WARNING] protected List createMajorKey(Object key) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @return
[WARNING] protected List createMajorKey(Object key) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for element
[WARNING] protected void putValues(Object element, List<String> majorKeys, List<String> minorKeys, OracleNoSQLInteractionSpec spec, List<Operation> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for majorKeys
[WARNING] protected void putValues(Object element, List<String> majorKeys, List<String> minorKeys, OracleNoSQLInteractionSpec spec, List<Operation> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for minorKeys
[WARNING] protected void putValues(Object element, List<String> majorKeys, List<String> minorKeys, OracleNoSQLInteractionSpec spec, List<Operation> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for spec
[WARNING] protected void putValues(Object element, List<String> majorKeys, List<String> minorKeys, OracleNoSQLInteractionSpec spec, List<Operation> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for operations
[WARNING] protected void putValues(Object element, List<String> majorKeys, List<String> minorKeys, OracleNoSQLInteractionSpec spec, List<Operation> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @param for data
[WARNING] protected Value createValue(Object data) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @return
[WARNING] protected Value createValue(Object data) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @param for bytes
[WARNING] protected Object convertBytes(byte[] bytes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @return
[WARNING] protected Object convertBytes(byte[] bytes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for store
[WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for host
[WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:34: warning: no @param for connection
[WARNING] public OracleNoSQLTransaction(OracleNoSQLConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:50: warning: no @return
[WARNING] public boolean isInTransaction() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:256: warning: no @param for record
[WARNING] protected void convertRecordBytesToString(OracleNoSQLRecord record) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for descriptor
[WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for record
[WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for interaction
[WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for accessor
[WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @return
[WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) {
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >-------
[INFO] Building EclipseLink Bundles Parent 3.0.5-SNAPSHOT               [23/39]
[INFO]   from bundles/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231150499
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.bundles ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.bundles ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/target/org.eclipse.persistence.bundles-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles-3.0.5-SNAPSHOT.pom.asc
[INFO] 
[INFO] --------------< org.eclipse.persistence:moxy-standalone >---------------
[INFO] Building EclipseLink Bundles MOXy standalone 3.0.5-SNAPSHOT      [24/39]
[INFO]   from bundles/moxy-standalone/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ moxy-standalone ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ moxy-standalone ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ moxy-standalone ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ moxy-standalone ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ moxy-standalone ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ moxy-standalone ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231150697
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone ---
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/generated-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ moxy-standalone ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ moxy-standalone ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ moxy-standalone ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ moxy-standalone ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ moxy-standalone ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ moxy-standalone ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ moxy-standalone ---
[INFO] 
[INFO] --- assembly:3.3.0:single (make-assembly) @ moxy-standalone ---
[INFO] Reading assembly descriptor: src/main/assembly/moxy.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ moxy-standalone ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ moxy-standalone ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ moxy-standalone ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.5-SNAPSHOT/moxy-standalone-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.5-SNAPSHOT/moxy-standalone-3.0.5-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.5-SNAPSHOT/moxy-standalone-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.5-SNAPSHOT/moxy-standalone-3.0.5-SNAPSHOT.zip.asc
[INFO] 
[INFO] --- dependency:3.1.2:unpack (stage) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:moxy-standalone:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/stage with includes "" and excludes ""
[INFO] 
[INFO] ----------------< org.eclipse.persistence:eclipselink >-----------------
[INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 3.0.5-SNAPSHOT [25/39]
[INFO]   from bundles/eclipselink/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ eclipselink ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ eclipselink ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ eclipselink ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ eclipselink ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ eclipselink ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ eclipselink ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231151520
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ eclipselink ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar (364 kB at 12 MB/s)
[INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] 
[INFO] --- build-helper:3.2.0:add-source (add-generated-sources) @ eclipselink ---
[INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources added.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ eclipselink ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-resource) @ eclipselink ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ eclipselink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 50 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ eclipselink ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3313 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/classes
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/exceptions/IntegrityChecker.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/exceptions/IntegrityChecker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.8.1:compile (module-compile) @ eclipselink ---
[WARNING] Can't extract module name from org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip: Module format not recognized: /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/classes
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11'
[WARNING] No processor claimed any of these annotations: jakarta.xml.bind/jakarta.xml.bind.annotation.XmlSchema
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/java/module-info.java:[35,28] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/java/module-info.java:[38,28] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/java/module-info.java:[39,28] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/java/module-info.java:[40,28] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/java/module-info.java:[41,28] requires directive for an automatic module
[WARNING] Implicitly compiled files were not subject to annotation processing.
  Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ eclipselink ---
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.dbws,  has 1,  private references [org.eclipse.persistence.internal.xr]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs,  has 2,  private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util,  has 4,  private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.list,  has 1,  private references [org.eclipse.persistence.internal.jpa.rs.metadata.model]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.metadatasources,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.xmladapters,  has 2,  private references [org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.jpa.rs.weaving]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features,  has 4,  private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.paging,  has 1,  private references [org.eclipse.persistence.internal.queries]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.core.selflinks,  has 1,  private references [org.eclipse.persistence.internal.queries]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.logging,  has 1,  private references [org.eclipse.persistence.internal.localization]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa,  has 3,  private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.metadata,  has 1,  private references [org.eclipse.persistence.internal.jpa.metadata.xml]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.dynamic,  has 2,  private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel.oxm,  has 1,  private references [org.eclipse.persistence.internal.jaxb]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb,  has 4,  private references [org.eclipse.persistence.internal.cache, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler,  has 4,  private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.schema.model]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler.builder.helper,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.exceptions,  has 8,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.sessions,  has 1,  private references [org.eclipse.persistence.internal.core.databaseaccess]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.descriptors,  has 3,  private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.mappings,  has 3,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions,  has 6,  private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination,  has 3,  private references [org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.broadcast,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba,  has 2,  private references [org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.corba]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination.corba]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.jms,  has 3,  private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.jms]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.rmi,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.changesets,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote,  has 4,  private references [org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.corba.sun,  has 2,  private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi,  has 2,  private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi.iiop,  has 2,  private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.server,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.factories,  has 5,  private references [org.eclipse.persistence.internal.codegen, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories, org.eclipse.persistence.internal.sessions.factories.model]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.broker,  has 4,  private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.interceptors,  has 2,  private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors,  has 10,  private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.partitioning,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.changetracking,  has 3,  private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.descriptors.changetracking, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.invalidation,  has 2,  private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.queries,  has 7,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings,  has 12,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.foundation,  has 11,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.querykeys,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.converters,  has 3,  private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.structures,  has 7,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.xdb,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.logging,  has 2,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.history,  has 4,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database,  has 4,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.plsql,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.jdbc,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle,  has 5,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.platform.database, org.eclipse.persistence.internal.platform.database.oracle, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.dcn,  has 2,  private references [org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.jdbc,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.events,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server.sap,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server.jboss,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.xml,  has 2,  private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.expressions,  has 3,  private references [org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.schema,  has 2,  private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings.nullpolicy,  has 4,  private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings,  has 11,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm,  has 9,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.documentpreservation,  has 2,  private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.record,  has 8,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.record.namespaces, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.json,  has 2,  private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.platform,  has 5,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.unmapped,  has 1,  private references [org.eclipse.persistence.internal.oxm.unmapped]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.schemaframework,  has 4,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.profiler,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.profiler.oracle,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sequencing,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.dynamic,  has 2,  private references [org.eclipse.persistence.internal.dynamic, org.eclipse.persistence.internal.libraries.asm]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis.mappings,  has 5,  private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis,  has 7,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis.interactions,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.websphere,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.glassfish,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.jboss,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.weblogic,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo.helper,  has 5,  private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.schema.model]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo.helper.delegates,  has 1,  private references [org.eclipse.persistence.internal.oxm]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo,  has 4,  private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.transaction,  has 2,  private references [org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ eclipselink ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ eclipselink ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ eclipselink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eclipselink ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ eclipselink ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ eclipselink ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink ---
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/utils/rename with includes "package-rename.properties" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink ---
[INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipselink ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ eclipselink ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ eclipselink ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink.zip) @ eclipselink ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/assembly/eclipselink.zip.xml
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'org.eclipse.persistence:commonj.sdo'

[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ eclipselink ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
72 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:798: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:814: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:913: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:929: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1048: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1193: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1216: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1326: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1406: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1486: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1851: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:234: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:248: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:262: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:276: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:290: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:304: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:318: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:332: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:346: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:360: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:375: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:443: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:424: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:436: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:448: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:460: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/SymfowarePlatform.java:332: warning - Tag @see: reference not found: ExpressionOperator#setIsBindingSupported(boolean)
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:762: warning - Tag @author cannot be used in method documentation.  It can only be used in the following types of documentation: overview, module, package, class/interface.
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:1335: warning - Tag @link: reference not found: ExpressionOperator#getInternalOperator()
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties.     *
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/jpql/parser/Expression.java:671: warning - Tag @version cannot be used in field documentation.  It can only be used in the following types of documentation: overview, module, package, class/interface.
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag &
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ eclipselink ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ eclipselink ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (stage) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:eclipselink:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/stage with includes "" and excludes ""
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ eclipselink ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ eclipselink ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.5-SNAPSHOT/eclipselink-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >--
[INFO] Building EclipseLink Bundles tests 3.0.5-SNAPSHOT                [26/39]
[INFO]   from bundles/tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.pom (6.9 kB at 117 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 231 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 254 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom (2.6 kB at 189 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom (43 kB at 3.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom (4.0 kB at 6.9 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/master/4.3.0/master-4.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.3.0/master-4.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.3.0/master-4.3.0.pom (14 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom (1.4 kB at 113 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/1.5.1/base-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.1/base-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.1/base-1.5.1.pom (6.8 kB at 757 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom (988 B at 110 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom (1.0 kB at 53 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.pom (1.2 kB at 89 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom (1.0 kB at 48 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.pom (6.7 kB at 742 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom (3.3 kB at 304 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom (985 B at 98 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom (6.7 kB at 445 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/master/4.2.0/master-4.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.2.0/master-4.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.2.0/master-4.2.0.pom (14 kB at 457 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom (1.3 kB at 126 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/1.5.0/base-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.0/base-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.0/base-1.5.0.pom (5.8 kB at 720 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/master/3.3.0/master-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/3.3.0/master-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/3.3.0/master-3.3.0.pom (10 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom (1.4 kB at 135 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom (988 B at 99 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom (1.0 kB at 24 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.pom (1.4 kB at 129 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom (4.6 kB at 456 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom (1.5 kB at 135 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom (1.4 kB at 97 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom (3.7 kB at 232 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom (7.6 kB at 845 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.pom (1.7 kB at 191 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.pom (1.1 kB at 126 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.0/ops4j-base-exec-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.0/ops4j-base-exec-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.0/ops4j-base-exec-1.5.0.pom (1.7 kB at 65 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom (1.4 kB at 170 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom (985 B at 58 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom (1.3 kB at 67 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.pom (1.3 kB at 45 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.pom (15 kB at 890 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/2.6.2/url-2.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/2.6.2/url-2.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/2.6.2/url-2.6.2.pom (26 kB at 2.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom (1.8 kB at 98 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom (3.9 kB at 232 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom (17 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom (2.5 kB at 150 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom (2.6 kB at 257 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom (2.7 kB at 113 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom (2.5 kB at 274 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom (13 kB at 622 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.pom (3.3 kB at 330 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom (3.0 kB at 215 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom (1.7 kB at 60 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom (1.0 kB at 116 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom (3.3 kB at 331 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom (1.5 kB at 167 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom (3.4 kB at 148 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.jar (765 kB at 20 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar (26 kB at 743 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar (13 kB at 335 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.jar (32 kB at 712 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar (11 kB at 226 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar (70 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar (13 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar (11 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar (83 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar (30 kB at 455 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar (14 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar (13 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar (15 kB at 183 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar (18 kB at 212 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar (2.0 MB at 24 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar (12 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar (6.6 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.jar (11 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.jar (35 kB at 369 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar (5.7 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar (182 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar (37 kB at 321 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar (17 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar (160 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar (7.8 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar (3.4 MB at 24 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar (9.0 kB at 64 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar (149 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar (4.0 kB at 27 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar (9.7 kB at 66 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar (6.7 kB at 43 kB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.distribution.tests ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.distribution.tests ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231206839
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.distribution.tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/classes
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/src/it/java added.
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests ---
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/stage with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/test-classes
[WARNING] No processor claimed any of these annotations: jakarta.xml.bind.annotation.XmlElement,org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy,javax.inject.Inject,org.ops4j.pax.exam.Configuration,jakarta.xml.bind.annotation.XmlAttribute,org.junit.BeforeClass,jakarta.validation.constraints.Size,org.junit.runner.RunWith,jakarta.xml.bind.annotation.XmlRootElement,org.junit.Test,jakarta.validation.constraints.NotNull
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.distribution.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- dependency:3.1.2:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests ---
[INFO] Copying org.eclipse.persistence.asm-9.6.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.asm.jar
[INFO] Copying org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar
[INFO] Copying org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar
[INFO] Copying jakarta.activation-2.0.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.activation.jar
[INFO] Copying jakarta.mail-2.0.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.mail.jar
[INFO] Copying jaxb-xjc-3.0.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jaxb-xjc.jar
[INFO] Copying jaxb-core-3.0.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jaxb-core.jar
[INFO] Copying jakarta.validation-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.validation-api.jar
[INFO] Copying jakarta.ws.rs-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.ws.rs-api.jar
[INFO] Copying jakarta.xml.bind-api-3.0.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.xml.bind-api.jar
[INFO] Copying jakarta.json-2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.json.jar
[INFO] Copying glassfish-corba-omgapi-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-omgapi.jar
[INFO] Copying glassfish-corba-orb-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-orb.jar
[INFO] Copying glassfish-corba-csiv2-idl-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-csiv2-idl.jar
[INFO] Copying glassfish-corba-internal-api-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-internal-api.jar
[INFO] Copying exception-annotation-processor-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/exception-annotation-processor.jar
[INFO] Copying gmbal-4.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/gmbal.jar
[INFO] Copying management-api-3.2.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/management-api.jar
[INFO] Copying pfl-basic-tools-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pfl-basic-tools.jar
[INFO] Copying pfl-tf-tools-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pfl-tf-tools.jar
[INFO] Copying pfl-asm-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pfl-asm.jar
[INFO] Copying pfl-basic-4.1.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pfl-basic.jar
[INFO] Copying pfl-dynamic-4.1.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pfl-dynamic.jar
[INFO] Copying asm-9.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/asm.jar
[INFO] Copying asm-util-9.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/asm-util.jar
[INFO] Copying asm-tree-9.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/asm-tree.jar
[INFO] Copying asm-analysis-9.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/asm-analysis.jar
[INFO] Copying pfl-tf-4.1.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pfl-tf.jar
[INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/junit.jar
[INFO] Copying hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/hamcrest-core.jar
[INFO] Copying jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.enterprise.cdi-api.jar
[INFO] Copying jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.el-api.jar
[INFO] Copying jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.interceptor-api.jar
[INFO] Copying jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.annotation-api.jar
[INFO] Copying hibernate-validator-7.0.1.Final.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/hibernate-validator.jar
[INFO] Copying jboss-logging-3.4.1.Final.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jboss-logging.jar
[INFO] Copying classmate-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/classmate.jar
[INFO] Copying jakarta.el-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.el.jar
[INFO] Copying org.apache.felix.framework-7.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/org.apache.felix.framework.jar
[INFO] Copying animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/animal-sniffer-annotations.jar
[INFO] Copying pax-exam-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-exam.jar
[INFO] Copying ops4j-base-io-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-io.jar
[INFO] Copying ops4j-base-monitors-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-monitors.jar
[INFO] Copying ops4j-base-lang-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-lang.jar
[INFO] Copying ops4j-base-store-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-store.jar
[INFO] Copying ops4j-base-util-property-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-util-property.jar
[INFO] Copying pax-exam-container-forked-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-container-forked.jar
[INFO] Copying pax-exam-spi-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-spi.jar
[INFO] Copying tinybundles-2.1.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/tinybundles.jar
[INFO] Copying bndlib-2.4.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/bndlib.jar
[INFO] Copying ops4j-base-exec-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-exec.jar
[INFO] Copying ops4j-base-net-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-net.jar
[INFO] Copying ops4j-base-spi-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-spi.jar
[INFO] Copying pax-swissbox-framework-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-framework.jar
[INFO] Copying pax-swissbox-tracker-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-tracker.jar
[INFO] Copying pax-swissbox-lifecycle-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-lifecycle.jar
[INFO] Copying slf4j-api-2.0.0-alpha1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/slf4j-api.jar
[INFO] Copying pax-exam-junit4-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-junit4.jar
[INFO] Copying pax-exam-link-mvn-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-link-mvn.jar
[INFO] Copying pax-url-aether-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-url-aether.jar
[INFO] Copying pax-url-aether-support-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-url-aether-support.jar
[INFO] Copying maven-resolver-impl-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-impl.jar
[INFO] Copying maven-resolver-api-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-api.jar
[INFO] Copying maven-resolver-spi-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-spi.jar
[INFO] Copying maven-resolver-util-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-util.jar
[INFO] Copying jcl-over-slf4j-1.6.6.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jcl-over-slf4j.jar
[INFO] Copying pax-url-link-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-url-link.jar
[INFO] Copying pax-url-commons-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-url-commons.jar
[INFO] Copying pax-swissbox-property-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-property.jar
[INFO] Copying pax-url-classpath-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-url-classpath.jar
[INFO] Copying pax-swissbox-optional-jcl-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-optional-jcl.jar
[INFO] Copying org.osgi.core-6.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/org.osgi.core.jar
[INFO] Copying jakarta.inject-api-1.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/jakarta.inject-api.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.distribution.tests ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-installer-osgi-tests) @ org.eclipse.persistence.distribution.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.distribution.tests ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.5-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.bundles.other >----
[INFO] Building EclipseLink Bundles Other 3.0.5-SNAPSHOT                [27/39]
[INFO]   from bundles/others/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar (128 kB at 4.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1-sources.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1-sources.jar (206 kB at 8.3 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles.other ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles.other ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231209331
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.bundles.other ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 65 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.bundles.other ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.bundles.other ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- dependency:3.1.2:copy (prepare-jars-for-eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: jakarta.persistence:jakarta.persistence-api:3.0.0:jar
[INFO] Copying jakarta.persistence-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-src.zip/jpa/plugins/jakarta.persistence-api-3.0.0.jar
[INFO] 
[INFO] --- dependency:3.1.2:copy-dependencies (sdo-jpars-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Copying org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.jpars-javadoc.jar
[INFO] Copying org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.sdo-javadoc.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- javadoc:3.2.0:jar (all-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- javadoc:3.2.0:jar (nosql-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-plugins-nosql.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-plugins-nosql.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink-plugins-nosql.zip
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-plugins.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-plugins.zip.xml
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.eclipse.persistence:org.eclipse.persistence.asm:*'
o  'org.eclipse.persistence:org.eclipse.persistence.oracleddlparser:*'
o  'org.eclipse.persistence:commonj.sdo:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'com.sun:tools'
o  'com.sun.xml.fastinfoset:*'
o  'com.sun.istack:*'
o  'org.glassfish.grizzly:*'
o  'org.glassfish.ha:*'

[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.pom (10 kB at 510 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/4/felix-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/4/felix-parent-4.pom (24 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom (1.4 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.pom (7.3 kB at 609 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom (17 kB at 534 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom (2.5 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom (17 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom (11 kB at 660 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 324 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom (2.0 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom (1.9 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom (1.4 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom (1.7 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 345 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom (1.5 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom (2.1 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom (1.3 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 196 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 456 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 343 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 265 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 377 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.jar (232 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar (53 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar (175 kB at 6.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar (474 kB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 9.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar (22 kB at 555 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar (9.8 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar (49 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
[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 6.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar (87 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 680 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar (2.6 MB at 44 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar (26 kB at 442 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar (80 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 443 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar (13 kB at 186 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar (12 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar (39 kB at 531 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar (10 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 272 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 688 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (143 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar (74 kB at 728 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 3.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 2.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 512 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.pom (5.4 kB at 447 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.4/wagon-providers-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.4/wagon-providers-2.4.pom (2.8 kB at 307 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.pom (3.0 kB at 337 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.pom (390 B at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom (704 B at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 382 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.pom (4.9 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-parent/2.5.2/jackrabbit-parent-2.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-parent/2.5.2/jackrabbit-parent-2.5.2.pom (30 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.jar (19 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.jar (26 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.jar (40 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 9.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 1.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar (112 kB at 3.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 716 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.jar (326 kB at 6.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom (10 kB at 245 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom (1.4 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar (232 kB at 3.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar (2.9 MB at 54 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.pom (4.0 kB at 444 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.pom (1.4 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom (6.7 kB at 333 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.7/maven-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.7/maven-2.0.7.pom (11 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom (2.0 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom (3.0 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom (1.9 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom (1.8 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom (1.4 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom (2.0 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom (1.6 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom (1.9 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom (1.7 kB at 189 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom (2.6 kB at 293 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom (2.6 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom (1.9 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom (1.5 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom (2.0 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom (1.3 kB at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom (3.6 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (3.5 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 691 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.jar (124 kB at 5.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.jar (21 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.jar (163 kB at 6.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar (49 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar (9.9 kB at 343 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar (153 kB at 4.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar (35 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.jar (920 kB at 23 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar (86 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar (24 kB at 544 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar (88 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar (29 kB at 603 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar (14 kB at 267 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar (13 kB at 218 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar (10 kB at 171 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar (37 kB at 615 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar (117 kB at 1.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar (57 kB at 856 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.jar (225 kB at 2.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar (35 kB at 342 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.pom (9.9 kB at 583 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.pom (1.4 kB at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.jar (231 kB at 5.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.jar (2.6 MB at 67 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.pom (5.0 kB at 261 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/1.2.1/felix-parent-1.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/1.2.1/felix-parent-1.2.1.pom (14 kB at 376 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.pom (864 B at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom (2.0 kB at 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.pom (5.7 kB at 301 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom (2.3 kB at 260 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.0/felix-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.0/felix-1.0.0.pom (12 kB at 632 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.pom (2.0 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom (14 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom (1.3 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom (2.0 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom (10.0 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom (1.0 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom (1.9 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (5.9 kB at 495 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (5.9 kB at 535 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.pom (2.3 kB at 226 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.jar (132 kB at 8.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.jar (151 kB at 10 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar (10 kB at 418 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar (43 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.jar (11 kB at 406 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar (61 kB at 2.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.jar (279 kB at 8.7 MB/s)
[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-2/wagon-provider-api-1.0-beta-2.jar (46 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar (142 kB at 3.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.jar (203 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom (1.5 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-2/wagon-providers-1.0-beta-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-2/wagon-providers-1.0-beta-2.pom (1.8 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.pom (648 B at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.pom (7.1 kB at 283 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom (1.2 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.pom (248 B at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar (17 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.jar
[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
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar (153 kB at 38 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.jar (24 kB at 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (164 kB at 11 MB/s)
[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 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.jar (173 kB at 5.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar (225 kB at 7.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.pom (2.6 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-7/wagon-providers-1.0-beta-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-7/wagon-providers-1.0-beta-7.pom (2.2 kB at 197 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom (12 kB at 979 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.pom (1.9 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom (1.8 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.jar (15 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.jar
[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-7/wagon-provider-api-1.0-beta-7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.jar (27 kB at 951 kB/s)
[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-7/wagon-provider-api-1.0-beta-7.jar (53 kB at 2.0 MB/s)
[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.jar (190 kB at 6.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.pom (2.5 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.1/maven-scm-providers-git-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.1/maven-scm-providers-git-1.9.1.pom (2.2 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.1/maven-scm-providers-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.1/maven-scm-providers-1.9.1.pom (3.5 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.1/maven-scm-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.1/maven-scm-1.9.1.pom (22 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.pom (2.1 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.pom (1.6 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.jar (64 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.jar
[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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.jar (38 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.jar (106 kB at 2.9 MB/s)
[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.jar (239 kB at 6.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.pom (2.2 kB at 198 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.1/maven-scm-managers-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.1/maven-scm-managers-1.9.1.pom (1.5 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.jar (11 kB at 709 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 17 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.pom (16 kB at 966 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.pom (1.6 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.3/maven-scm-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.3/maven-scm-1.3.pom (12 kB at 544 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.pom (2.1 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.3/maven-scm-managers-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.3/maven-scm-managers-1.3.pom (1.5 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.4/plexus-container-default-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.4/plexus-container-default-1.5.4.pom (2.8 kB at 276 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 216 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 290 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.pom (2.3 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.3/maven-scm-providers-git-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.3/maven-scm-providers-git-1.3.pom (2.2 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.3/maven-scm-providers-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.3/maven-scm-providers-1.3.pom (3.6 kB at 243 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.pom (145 B at 8.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.pom (2.2 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.jar (20 kB at 985 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.jar (25 kB at 2.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.jar (10 kB at 524 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.jar (49 kB at 2.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.jar (89 kB at 4.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.jar (37 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom (4.7 kB at 469 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.pom (1.4 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.3.0/parent-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.3.0/parent-2.3.0.pom (4.1 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 202 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 300 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.jar (176 kB at 5.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 3.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 9.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.jar (1.8 MB at 29 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.pom (8.4 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.pom (1.3 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.jar (223 kB at 8.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.jar (2.4 MB at 49 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.pom (4.7 kB at 188 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.jar (175 kB at 7.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.pom (4.0 kB at 161 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.pom (1.2 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.1.0/parent-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.1.0/parent-2.1.0.pom (2.7 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.pom (457 B at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.jar (126 kB at 6.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.jar (247 kB at 4.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.jar (1.4 MB at 18 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.pom (12 kB at 277 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.3/nexus-staging-1.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.3/nexus-staging-1.6.3.pom (2.9 kB at 292 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.3/nexus-maven-plugins-1.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.3/nexus-maven-plugins-1.6.3.pom (17 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.pom (2.2 kB at 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom (4.7 kB at 234 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom (2.7 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom (36 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom (5.2 kB at 274 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom (1.9 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.7.2-01/nexus-buildsupport-commons-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.7.2-01/nexus-buildsupport-commons-2.7.2-01.pom (3.0 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.7.2-01/nexus-buildsupport-httpclient-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.7.2-01/nexus-buildsupport-httpclient-2.7.2-01.pom (2.1 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.7.2-01/nexus-buildsupport-maven-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.7.2-01/nexus-buildsupport-maven-2.7.2-01.pom (6.2 kB at 514 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.7.2-01/nexus-buildsupport-shiro-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.7.2-01/nexus-buildsupport-shiro-2.7.2-01.pom (3.4 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.7.2-01/nexus-buildsupport-bouncycastle-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.7.2-01/nexus-buildsupport-bouncycastle-2.7.2-01.pom (2.1 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.7.2-01/nexus-buildsupport-jetty-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.7.2-01/nexus-buildsupport-jetty-2.7.2-01.pom (4.5 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.7.2-01/nexus-buildsupport-goodies-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.7.2-01/nexus-buildsupport-goodies-2.7.2-01.pom (3.6 kB at 188 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.7.2-01/nexus-buildsupport-groovy-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.7.2-01/nexus-buildsupport-groovy-2.7.2-01.pom (2.6 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.7.2-01/nexus-buildsupport-guice-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.7.2-01/nexus-buildsupport-guice-2.7.2-01.pom (3.4 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.7.2-01/nexus-buildsupport-logging-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.7.2-01/nexus-buildsupport-logging-2.7.2-01.pom (3.1 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.7.2-01/nexus-buildsupport-other-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.7.2-01/nexus-buildsupport-other-2.7.2-01.pom (5.0 kB at 450 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.7.2-01/nexus-buildsupport-plexus-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.7.2-01/nexus-buildsupport-plexus-2.7.2-01.pom (4.3 kB at 479 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.7.2-01/nexus-buildsupport-rest-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.7.2-01/nexus-buildsupport-rest-2.7.2-01.pom (4.4 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.7.2-01/nexus-buildsupport-testing-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.7.2-01/nexus-buildsupport-testing-2.7.2-01.pom (4.5 kB at 348 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.7.2-01/nexus-buildsupport-metrics-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.7.2-01/nexus-buildsupport-metrics-2.7.2-01.pom (3.0 kB at 275 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom (3.5 kB at 293 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom (6.0 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom (25 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom (11 kB at 383 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom (25 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom (1.9 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom (12 kB at 400 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom (760 B at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom (23 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom (2.1 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom (10 kB at 395 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom (5.3 kB at 239 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1.0 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (1.2 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom (1.6 kB at 182 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (1.6 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom (6.7 kB at 560 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/20/spice-parent-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/20/spice-parent-20.pom (9.9 kB at 429 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/12/forge-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/12/forge-parent-12.pom (14 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom (7.3 kB at 664 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom (2.1 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/18/spice-parent-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/18/spice-parent-18.pom (6.8 kB at 398 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/11/forge-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/11/forge-parent-11.pom (14 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom (1.5 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.jar (248 kB at 8.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.jar (16 kB at 943 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar (212 kB at 7.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar (160 kB at 5.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar (509 kB at 18 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (228 kB at 5.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar (11 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar (164 kB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar (20 kB at 401 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar (18 kB at 296 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (766 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar (890 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 226 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar (11 kB at 124 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 kB at 298 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar (168 kB at 1.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar (450 kB at 4.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar (19 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.pom (6.0 kB at 432 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.9/wagon-providers-2.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.9/wagon-providers-2.9.pom (2.7 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.9/wagon-2.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.9/wagon-2.9.pom (21 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom (3.2 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.pom (1.7 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.6/jsch.agentproxy-0.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.6/jsch.agentproxy-0.0.6.pom (4.3 kB at 229 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.pom (804 B at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.pom (1.3 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.pom (996 B at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.pom (971 B at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.pom (1.3 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.pom (1.1 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.pom (1.8 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.pom (1.7 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.jar (30 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.jar (12 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar (1.0 MB at 28 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.jar (6.5 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.jar (9.6 kB at 228 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar (254 kB at 5.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 19 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.jar (4.2 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.jar (7.6 kB at 135 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.jar (4.4 kB at 77 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.jar (5.3 kB at 90 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.jar (26 kB at 428 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.jar (54 kB at 811 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.pom (2.6 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom (2.1 kB at 191 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom (9.8 kB at 518 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom (25 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom (1.8 kB at 202 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom (1.8 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.jar (14 kB at 964 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar (27 kB at 1.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar (53 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom (12 kB at 341 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom (2.8 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom (18 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom (2.2 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom (4.9 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom (2.6 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom (37 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom (5.7 kB at 517 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom (2.0 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom (3.0 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom (2.0 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom (2.1 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom (6.2 kB at 309 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom (3.4 kB at 190 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom (2.1 kB at 189 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom (4.5 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom (3.6 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom (2.6 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom (3.6 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom (3.3 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom (2.0 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom (4.2 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom (4.3 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom (4.5 kB at 267 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom (4.7 kB at 188 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom (3.0 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom (3.5 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom (6.0 kB at 261 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom (27 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.jar (248 kB at 6.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar (16 kB at 1.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar (211 kB at 16 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar (160 kB at 8.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.pom (6.0 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.10/wagon-providers-2.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.10/wagon-providers-2.10.pom (2.7 kB at 273 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.pom (1.8 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.jar (30 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.jar (26 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.pom (5.9 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.0/wagon-providers-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.0/wagon-providers-2.0.pom (2.8 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.0/wagon-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.0/wagon-2.0.pom (15 kB at 616 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom (3.4 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.pom (1.8 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.pom (1.7 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.jar (29 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.jar (52 kB at 5.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar (214 kB at 14 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.jar (25 kB at 577 kB/s)
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'jakarta.inject:jakarta.inject'

[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink-plugins.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-shared-lib.ear) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-shared-lib.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence3.0.5-SNAPSHOT-shared-lib.ear
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-shared-lib.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-shared-lib.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink3.0.5-SNAPSHOT-shared-lib.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-core-tests.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-core-tests.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-coretest-framework.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-coretest-framework.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-jpa-tests.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-jpa-tests.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-jpatest-framework.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-jpatest-framework.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-test-jars.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-test-jars.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink-test-jars.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-test-src.zip.xml
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test.framework:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.nosql:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:jar:3.0.5-SNAPSHOT
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'org.eclipse.persistence:org.eclipse.persistence.oracle.spatial'

[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.moxy:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo.server.test:jar:3.0.5-SNAPSHOT
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink-test-src.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.bundles.other ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink-test-src.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence3.0.5-SNAPSHOT-shared-lib.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.ear
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/gpg/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink-test-src.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/gpg/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence3.0.5-SNAPSHOT-shared-lib.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.5-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.ear.asc
[INFO] 
[INFO] -------------------< org.eclipse.persistence:p2site >-------------------
[INFO] Building EclipseLink Bundles P2 Site 3.0.5-SNAPSHOT              [28/39]
[INFO]   from bundles/p2site/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ p2site ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ p2site ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ p2site ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ p2site ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ p2site ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ p2site ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231224823
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ p2site ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ p2site ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ p2site ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ p2site ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ p2site ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ p2site ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ p2site ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ p2site ---
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ p2site ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ p2site ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ p2site ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ p2site ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ p2site ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/3.0.5-SNAPSHOT/p2site-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/target/p2site-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/3.0.5-SNAPSHOT/p2site-3.0.5-SNAPSHOT.pom.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >--
[INFO] Building EclipseLink Test Server Parent 3.0.5-SNAPSHOT           [29/39]
[INFO]   from testing/server-oracle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231228738
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test.server.parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/target/org.eclipse.persistence.oracle.test.server.parent-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-3.0.5-SNAPSHOT.pom.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >---
[INFO] Building EclipseLink SDO Test Server 3.0.5-SNAPSHOT              [30/39]
[INFO]   from sdo/eclipselink.sdo.test.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo.server.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo.server.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231232558
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo.server.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/test-classes
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink.sdo.test.server.jar) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/classes
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink.sdo.test.server.ear) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.sdo.server.test ---
[INFO] WildFlyHomeDir exists:true
[INFO] Skip WildFly configuration: false
[INFO] 
[INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-sdo-server) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.ear
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT.ear.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar.asc
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.jpa.nosql.test >---
[INFO] Building EclipseLink JPA NoSQL Test 3.0.5-SNAPSHOT               [31/39]
[INFO]   from jpa/eclipselink.jpa.nosql.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.pom (2.1 kB at 91 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.jar (1.5 MB at 26 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231238050
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-generated-test-sources-dir) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src added.
[INFO] 
[INFO] --- replacer:1.5.3:replace (filter-test-src-TestRunnerBean) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO] Copying 12 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/test-classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[WARNING] [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location.
[WARNING] No processor claimed any of these annotations: jakarta.ejb.Remote,jakarta.ejb.Stateless,jakarta.persistence.PersistenceUnit,jakarta.ejb.TransactionManagement
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- iterator:0.5.1:iterator (pack-server) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Skip by user request.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-client.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] WildFlyHomeDir exists:true
[INFO] Skip WildFly configuration: false
[INFO] 
[INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-server-test) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- iterator:0.5.1:invoker (test-server-lrg) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Skip by user request.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >----
[INFO] Building EclipseLink JPA JSE Test 3.0.5-SNAPSHOT                 [32/39]
[INFO]   from jpa/eclipselink.jpa.test.jse/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom (6.2 kB at 366 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar (11 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.pom (8.0 kB at 204 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-parent/4.0.1.Final/weld-se-parent-4.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-parent/4.0.1.Final/weld-se-parent-4.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-parent/4.0.1.Final/weld-se-parent-4.0.1.Final.pom (1.6 kB at 36 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-parent/4.0.1.Final/weld-core-parent-4.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/4.0.1.Final/weld-core-parent-4.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/4.0.1.Final/weld-core-parent-4.0.1.Final.pom (32 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/44/weld-parent-44.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/44/weld-parent-44.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/44/weld-parent-44.pom (54 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha8/arquillian-bom-1.7.0.Alpha8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha8/arquillian-bom-1.7.0.Alpha8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha8/arquillian-bom-1.7.0.Alpha8.pom (10 kB at 693 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-bom/4.0.SP1/weld-api-bom-4.0.SP1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/4.0.SP1/weld-api-bom-4.0.SP1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/4.0.SP1/weld-api-bom-4.0.SP1.pom (5.1 kB at 114 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-parent/4.0.SP1/weld-api-parent-4.0.SP1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/4.0.SP1/weld-api-parent-4.0.SP1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/4.0.SP1/weld-api-parent-4.0.SP1.pom (7.9 kB at 465 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.pom (1.8 kB at 65 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.pom (8.4 kB at 279 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.pom (1.6 kB at 49 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.pom (2.7 kB at 92 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.pom (3.3 kB at 173 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.pom (11 kB at 626 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/probe/weld-probe-parent/4.0.1.Final/weld-probe-parent-4.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-parent/4.0.1.Final/weld-probe-parent-4.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-parent/4.0.1.Final/weld-probe-parent-4.0.1.Final.pom (855 B at 33 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.jar (73 kB at 5.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.jar (33 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.jar (86 kB at 2.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar (121 kB at 2.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.jar (1.7 MB at 30 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.jar (85 kB at 1.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.jar (818 kB at 14 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231240162
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 252 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/cachedeadlock/MainThread.java:[44,13] static variable should be qualified by type name, org.eclipse.persistence.jpa.test.cachedeadlock.MainThread, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/cachedeadlock/MainThread.java:[45,13] static variable should be qualified by type name, org.eclipse.persistence.jpa.test.cachedeadlock.MainThread, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/cachedeadlock/CacheDeadLockDetectionTest.java:[70,35] static method should be qualified by type name, java.lang.Thread, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[72,46] getYear() in java.util.Date has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[73,36] getMonth() in java.util.Date has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[74,36] getDate() in java.util.Date has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/canonical/TestCanonicalMetaModel.java:[62,48] auto-closeable resource acemf is never referenced in body of corresponding try statement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11248,70] redundant cast to jakarta.persistence.criteria.Expression<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11322,70] redundant cast to jakarta.persistence.criteria.Expression<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11396,70] redundant cast to jakarta.persistence.criteria.Expression<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11478,44] redundant cast to jakarta.persistence.criteria.Expression<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11576,44] redundant cast to jakarta.persistence.criteria.Expression<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11674,44] redundant cast to jakarta.persistence.criteria.Expression<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/oraclefeatures/TestOracleLOBLocatorFeature.java:[193,23] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryHints.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryHints.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- staticweave:1.0.0:weave (default) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Start EclipseLink static weaving...
[INFO] Finished EclipseLink static weaving.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jse-without-deadlock) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jse-deadlock) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >---
[INFO] Building EclipseLink JPA Spring Test 3.0.5-SNAPSHOT              [33/39]
[INFO]   from jpa/eclipselink.jpa.spring.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/5.3.4/spring-context-5.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.pom (2.6 kB at 172 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.pom (2.2 kB at 200 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.pom (2.0 kB at 135 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/5.3.4/spring-core-5.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.pom (2.0 kB at 39 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.pom (1.8 kB at 183 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.pom (2.1 kB at 94 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.pom (1.8 kB at 79 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.pom (2.6 kB at 289 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.pom (2.4 kB at 108 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.pom (2.2 kB at 100 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-test/5.3.4/spring-test-5.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.pom (2.0 kB at 128 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-test/5.3.4/spring-test-5.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar (1.2 MB at 21 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar (374 kB at 25 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar (24 kB at 998 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.jar (200 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.jar (7.4 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar (283 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar (696 kB at 12 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.jar (417 kB at 7.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar (1.5 MB at 19 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.jar (328 kB at 3.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.jar (765 kB at 8.0 MB/s)
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231245635
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] Copying 17 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-local) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-container) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >----
[INFO] Building EclipseLink JPA WDF Test 3.0.5-SNAPSHOT                 [34/39]
[INFO]   from jpa/eclipselink.jpa.wdf.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)'
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231246503
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 218 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/test-classes
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/classes
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-tests.jar.xml
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'org.eclipse.persistence:org.eclipse.persistence.core:test-jar'

[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-wdf-local) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.ear
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT.ear.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.5-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >-----
[INFO] Building EclipseLink Oracle Extension Test 3.0.5-SNAPSHOT        [35/39]
[INFO]   from foundation/org.eclipse.persistence.oracle.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231248701
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/test/resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 169 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[21,18] oracle.sql.OPAQUE in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/CalendarDaylightSavingsTest.java:[202,34] static variable should be qualified by type name, org.eclipse.persistence.queries.ObjectLevelReadQuery, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[414,24] getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[124,23] getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[409,24] getUnicodeStream(int) in java.sql.ResultSet has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[114,23] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/models/jpa/dcn/Project.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.dcn.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[53,38] oracle.sql.OPAQUE in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[54,164] oracle.sql.OPAQUE in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/ucp/UCPUnitOfWorkTests.java:[41,48] static method should be qualified by type name, oracle.ucp.jdbc.PoolDataSourceFactory, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTester.java:[466,24] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.types.TIMESTAMPTester, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/models/jpa/proxyauthentication/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.proxyauthentication.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[262,56] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[263,56] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[264,56] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[265,56] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/models/jpa/dcn/Employee.java:[46,8] Class org.eclipse.persistence.testing.models.jpa.dcn.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestPreparedStatement.java:[229,17] setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/ucp/UCPCallbackUnitOfWorkTests.java:[43,48] static method should be qualified by type name, oracle.ucp.jdbc.PoolDataSourceFactory, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[115,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[150,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[185,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[220,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[255,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[292,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[330,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[373,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[413,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[447,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTZOwner.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTZOwner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.test ---
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.test:java-source:test-sources:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] --- dependency:3.1.2:copy (copy-to-distribution-module) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.oracle.test:tests:3.0.5-SNAPSHOT:test-jar
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.oracle.test:test-sources:3.0.5-SNAPSHOT:test-jar
[INFO] Copying org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/dependency/org.eclipse.persistence.oracle.test-tests.jar
[INFO] Copying org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/dependency/org.eclipse.persistence.oracle.test-test-sources.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.oracle.test >--
[INFO] Building EclipseLink DBWS Test Oracle 3.0.5-SNAPSHOT             [36/39]
[INFO]   from dbws/eclipselink.dbws.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231250325
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/src/test/resources
[INFO] Copying 6 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle 3.0.5-SNAPSHOT     [37/39]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231251150
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/src/test/resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/src/it/java/dbws/testing/shadowddlgeneration/oldjpub/RowtypeInfo.java:[22,8] Class dbws.testing.shadowddlgeneration.oldjpub.RowtypeInfo overrides equals, but neither it nor any superclass overrides hashCode method
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle Server 3.0.5-SNAPSHOT [38/39]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231256127
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/test/resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.5-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT-test-sources.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >--
[INFO] Building EclipseLink Package Signature Compare Utility 3.0.5-SNAPSHOT [39/39]
[INFO]   from utils/eclipselink.utils.sigcompare/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231256885
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/classes
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.5-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT-javadoc.jar.asc
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for EclipseLink Parent 3.0.5-SNAPSHOT:
[INFO] 
[INFO] EclipseLink Parent ................................. SUCCESS [ 14.508 s]
[INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 25.892 s]
[INFO] EclipseLink Core ................................... SUCCESS [ 36.008 s]
[INFO] EclipseLink Core Test Framework .................... SUCCESS [  5.082 s]
[INFO] EclipseLink JPA .................................... SUCCESS [ 22.827 s]
[INFO] EclipseLink JPA Test Framework ..................... SUCCESS [  2.614 s]
[INFO] EclipseLink JPA Model Generator .................... SUCCESS [  2.976 s]
[INFO] EclipseLink MOXy ................................... SUCCESS [ 16.438 s]
[INFO] EclipseLink DBWS ................................... SUCCESS [  9.530 s]
[INFO] EclipseLink JPA-RS ................................. SUCCESS [  2.528 s]
[INFO] EclipseLink Core Test .............................. SUCCESS [  8.047 s]
[INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 10.024 s]
[INFO] EclipseLink Extension .............................. SUCCESS [  3.232 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  6.884 s]
[INFO] EclipseLink JPA Test ............................... SUCCESS [ 49.942 s]
[INFO] EclipseLink NoSQL Extension ........................ SUCCESS [  4.948 s]
[INFO] EclipseLink MOXy XJC ............................... SUCCESS [  1.989 s]
[INFO] EclipseLink SDO .................................... SUCCESS [  9.351 s]
[INFO] EclipseLink DBWS Builder ........................... SUCCESS [  5.199 s]
[INFO] EclipseLink Package Rename Utility ................. SUCCESS [  2.002 s]
[INFO] EclipseLink Oracle Extension ....................... SUCCESS [  3.696 s]
[INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [  5.980 s]
[INFO] EclipseLink Bundles Parent ......................... SUCCESS [  0.197 s]
[INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [  0.813 s]
[INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 52.001 s]
[INFO] EclipseLink Bundles tests .......................... SUCCESS [  5.742 s]
[INFO] EclipseLink Bundles Other .......................... SUCCESS [ 15.562 s]
[INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [  0.194 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  3.928 s]
[INFO] EclipseLink SDO Test Server ........................ SUCCESS [  5.374 s]
[INFO] EclipseLink JPA NoSQL Test ......................... SUCCESS [  4.872 s]
[INFO] EclipseLink JPA JSE Test ........................... SUCCESS [  5.682 s]
[INFO] EclipseLink JPA Spring Test ........................ SUCCESS [  1.638 s]
[INFO] EclipseLink JPA WDF Test ........................... SUCCESS [  2.194 s]
[INFO] EclipseLink Oracle Extension Test .................. SUCCESS [  1.627 s]
[INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [  0.824 s]
[INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [  1.394 s]
[INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [  4.343 s]
[INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [  1.973 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:07 min
[INFO] Finished at: 2023-10-25T10:54:18Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 28 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-assembly-plugin:3.3.0
[WARNING]  * org.apache.maven.plugins:maven-compiler-plugin:3.8.1
[WARNING]  * org.apache.maven.plugins:maven-gpg-plugin:1.6
[WARNING]  * org.codehaus.mojo:sql-maven-plugin:1.5
[WARNING]  * org.codehaus.cargo:cargo-maven2-plugin:1.7.7
[WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4
[WARNING]  * org.apache.maven.plugins:maven-dependency-plugin:3.1.2
[WARNING]  * org.carlspring.maven:derby-maven-plugin:1.10
[WARNING]  * org.apache.maven.plugins:maven-javadoc-plugin:3.2.0
[WARNING]  * com.googlecode.maven-download-plugin:download-maven-plugin:1.6.1
[WARNING]  * org.codehaus.mojo:buildnumber-maven-plugin:1.4
[WARNING]  * com.soebes.maven.plugins:iterator-maven-plugin:0.5.1
[WARNING]  * org.codehaus.mojo:exec-maven-plugin:3.0.0
[WARNING]  * org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2
[WARNING]  * org.kuali.maven.plugins:properties-maven-plugin:2.0.1
[WARNING]  * org.apache.maven.plugins:maven-jar-plugin:3.2.0
[WARNING]  * org.apache.maven.plugins:maven-surefire-report-plugin:3.0.0-M4
[WARNING]  * org.codehaus.mojo:build-helper-maven-plugin:3.2.0
[WARNING]  * org.apache.maven.plugins:maven-antrun-plugin:3.0.0
[WARNING]  * org.codehaus.mojo:xml-maven-plugin:1.0.2
[WARNING]  * org.apache.felix:maven-bundle-plugin:5.1.1
[WARNING]  * org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2
[WARNING]  * com.google.code.maven-replacer-plugin:replacer:1.5.3
[WARNING]  * org.bsc.maven:maven-processor-plugin:4.5-jdk8
[WARNING]  * org.apache.maven.plugins:maven-source-plugin:3.2.1
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.1.0
[WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4
[WARNING]  * org.apache.maven.plugins:maven-install-plugin:3.0.0-M1
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tests)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/test.sh
-[ EclipseLink Tests LRG ]-----------------------------------------------------------
-[ EclipseLink SRG Tests ]-----------------------------------------------------------
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.5-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-failsafe-plugin @ line 1362, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] EclipseLink Parent                                                 [pom]
[INFO] EclipseLink Hermes Parser                                          [jar]
[INFO] EclipseLink Core                                                   [jar]
[INFO] EclipseLink Core Test Framework                                    [jar]
[INFO] EclipseLink JPA                                                    [jar]
[INFO] EclipseLink JPA Test Framework                                     [jar]
[INFO] EclipseLink JPA Model Generator                                    [jar]
[INFO] EclipseLink MOXy                                                   [jar]
[INFO] EclipseLink DBWS                                                   [jar]
[INFO] EclipseLink JPA-RS                                                 [jar]
[INFO] EclipseLink Core Test                                              [jar]
[INFO] EclipseLink CORBA Extension                                        [jar]
[INFO] EclipseLink Extension                                              [jar]
[INFO] EclipseLink Test Server Parent                                     [pom]
[INFO] EclipseLink JPA Test                                               [jar]
[INFO] EclipseLink NoSQL Extension                                        [jar]
[INFO] EclipseLink MOXy XJC                                               [jar]
[INFO] EclipseLink SDO                                                    [jar]
[INFO] EclipseLink DBWS Builder                                           [jar]
[INFO] EclipseLink Package Rename Utility                                 [jar]
[INFO] EclipseLink Oracle Extension                                       [jar]
[INFO] EclipseLink Oracle NoSQL Extension                                 [jar]
[INFO] EclipseLink Bundles Parent                                         [pom]
[INFO] EclipseLink Bundles MOXy standalone                                [pom]
[INFO] EclipseLink Bundles eclipselink.jar (non-OSGi)                     [jar]
[INFO] EclipseLink Bundles tests                                          [jar]
[INFO] EclipseLink Bundles Other                                          [jar]
[INFO] EclipseLink Bundles P2 Site                                        [pom]
[INFO] EclipseLink Test Server Parent                                     [pom]
[INFO] EclipseLink SDO Test Server                                        [jar]
[INFO] EclipseLink JPA NoSQL Test                                         [jar]
[INFO] EclipseLink JPA JSE Test                                           [jar]
[INFO] EclipseLink JPA Spring Test                                        [jar]
[INFO] EclipseLink JPA WDF Test                                           [jar]
[INFO] EclipseLink Oracle Extension Test                                  [jar]
[INFO] EclipseLink DBWS Test Oracle                                       [jar]
[INFO] EclipseLink DBWS Builder Test Oracle                               [jar]
[INFO] EclipseLink DBWS Builder Test Oracle Server                        [jar]
[INFO] EclipseLink Package Signature Compare Utility                      [jar]
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >-------
[INFO] Building EclipseLink Parent 3.0.5-SNAPSHOT                        [1/39]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- assembly:3.3.0:single (test-defaults) @ org.eclipse.persistence.parent ---
[INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.parent ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231265468
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- assembly:3.3.0:single (common-license) @ org.eclipse.persistence.parent ---
[INFO] Reading assembly descriptor: src/main/assembly/common-license.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------
[INFO] Building EclipseLink Hermes Parser 3.0.5-SNAPSHOT                 [2/39]
[INFO]   from jpa/org.eclipse.persistence.jpa.jpql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jpql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jpql ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231266191
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 696 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/DeclarationResolver.java:[436,17] possible fall-through into case
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 256 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.jar (17 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.pom (2.9 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M4/surefire-providers-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M4/surefire-providers-3.0.0-M4.pom (2.5 kB at 211 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.0/junit-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.0/junit-4.0.pom (210 B at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.pom (2.9 kB at 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.pom (2.6 kB at 186 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.pom (3.8 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom (2.4 kB at 183 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest/1.0.8/fest-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest/1.0.8/fest-1.0.8.pom (12 kB at 931 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom (1.6 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.jar (12 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.jar (33 kB at 351 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.jar (27 kB at 275 kB/s)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.jpa.tests.jpql.AllHermesTests
[WARNING] Tests run: 113506, Failures: 0, Errors: 0, Skipped: 75, Time elapsed: 14.79 s - in org.eclipse.persistence.jpa.tests.jpql.AllHermesTests
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 113506, Failures: 0, Errors: 0, Skipped: 75
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >--------
[INFO] Building EclipseLink Core 3.0.5-SNAPSHOT                          [3/39]
[INFO]   from foundation/org.eclipse.persistence.core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231302930
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1695 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[124,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1083,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[792,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1913,47] static method should be qualified by type name, java.lang.Thread, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[1598,14] redundant cast to org.eclipse.persistence.mappings.DatabaseMapping
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java:[1095,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/server/ClientSession.java:[797,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/history/AsOfClause.java:[46,8] Class org.eclipse.persistence.history.AsOfClause overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DirectCollectionChangeRecord.java:[381,19] Class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord.NULL overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/databaseaccess/ConnectionCustomizer.java:[103,12] Class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer.Empty overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ArgumentListFunctionExpression.java:[102,10] redundant cast to org.eclipse.persistence.expressions.ListExpressionOperator
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/BasicMap.java:[56,9] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/DeclarationResolver.java:[349,17] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[744,9] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1055,20] redundant cast to T
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1090,40] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/StoredProcedureParameter.java:[44,15] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[61,11] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[73,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeObjectMapping.java:[541,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/SymfowarePlatform.java:[335,17] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[222,62] ORDER_UPDATES in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[475,30] setLookupType(int) in org.eclipse.persistence.sessions.JNDIConnector has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[75,20] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[76,13] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[47,57] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[48,81] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/queries/CoreAttributeConverter.java:[107,17] possible fall-through into case
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/MaxDBPlatform.java:[225,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeCollectionMapping.java:[554,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/CollectionTable.java:[42,9] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/expressions/spatial/SpatialExpressionFactory.java:[145,46] static method should be qualified by type name, org.eclipse.persistence.expressions.Expression, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[284,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[300,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[323,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/factories/ProjectClassGenerator.java:[1266,70] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/logging/LogFormatter.java:[109,23] explicit call to close() on an auto-closeable resource
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >--
[INFO] Building EclipseLink Core Test Framework 3.0.5-SNAPSHOT           [4/39]
[INFO]   from foundation/org.eclipse.persistence.core.test.framework/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test.framework ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test.framework ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231315128
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test.framework ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test.framework ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >---------
[INFO] Building EclipseLink JPA 3.0.5-SNAPSHOT                           [5/39]
[INFO]   from jpa/org.eclipse.persistence.jpa/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231315486
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >--
[INFO] Building EclipseLink JPA Test Framework 3.0.5-SNAPSHOT            [6/39]
[INFO]   from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231316203
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >--
[INFO] Building EclipseLink JPA Model Generator 3.0.5-SNAPSHOT           [7/39]
[INFO]   from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231316385
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- compiler:3.8.1:compile (compile-project) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.jpa.test.modelgen.TestProcessor
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false]
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false]
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.use_generated=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false]
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=FINEST]
Note: [EL Config]: processor: 2023-10-25 10:55:18.105--Thread(Thread[main,5,main])--Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false
Note: [EL Config]: processor: 2023-10-25 10:55:18.106--Thread(Thread[main,5,main])--Found Option: eclipselink.logging.level, with value: FINEST
Note: [EL Info]: processor: 2023-10-25 10:55:18.106--Thread(Thread[main,5,main])--Creating non-static metadata factory ...
Note: [EL Fine]: processor: 2023-10-25 10:55:18.106--Thread(Thread[main,5,main])--Building metadata class for round element: org.Sample
Note: [EL Finest]: processor: 2023-10-25 10:55:18.106--Thread(Thread[main,5,main])--Visiting class: org.Sample
Note: [EL Fine]: processor: 2023-10-25 10:55:18.107--Thread(Thread[main,5,main])--Building metadata class for type element: java.lang.Object
Note: [EL Finest]: processor: 2023-10-25 10:55:18.107--Thread(Thread[main,5,main])--Visiting class: java.lang.Object
Note: [EL Fine]: moxy: 2023-10-25 10:55:18.108--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@36b310aa
Note: [EL Fine]: moxy: 2023-10-25 10:55:18.113--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started
Note: [EL Info]: processor: 2023-10-25 10:55:18.113--Thread(Thread[main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: 2023-10-25 10:55:18.113--Thread(Thread[main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Config]: metadata: 2023-10-25 10:55:18.121--ServerSession(2048869869)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.Sample] is set to [FIELD].
Note: [EL Finest]: processor: 2023-10-25 10:55:18.121--Thread(Thread[main,5,main])--Generating class: org.Sample
Note: [EL Fine]: processor: 2023-10-25 10:55:18.132--Thread(Thread[main,5,main])--Building metadata class for round element: org.Sample_
Note: [EL Finest]: processor: 2023-10-25 10:55:18.133--Thread(Thread[main,5,main])--Visiting class: org.Sample_
Note: [EL Fine]: moxy: 2023-10-25 10:55:18.135--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@7be7e15
Note: [EL Fine]: moxy: 2023-10-25 10:55:18.137--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started
Note: [EL Info]: processor: 2023-10-25 10:55:18.138--Thread(Thread[main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: 2023-10-25 10:55:18.138--Thread(Thread[main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false]
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=FINEST]
Note: [EL Config]: processor: Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false
Note: [EL Config]: processor: Found Option: eclipselink.logging.level.processor, with value: FINEST
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Fine]: processor: Building metadata class for round element: org.Sample
Note: [EL Finest]: processor: Visiting class: org.Sample
Note: [EL Fine]: processor: Building metadata class for type element: java.lang.Object
Note: [EL Finest]: processor: Visiting class: java.lang.Object
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Finest]: processor: Generating class: org.Sample
Note: [EL Fine]: processor: Building metadata class for round element: org.Sample_
Note: [EL Finest]: processor: Visiting class: org.Sample_
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.generate_comments=false, -Aeclipselink.logging.level.processor=OFF]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.816 s - in org.eclipse.persistence.jpa.test.modelgen.TestProcessor
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >--------
[INFO] Building EclipseLink MOXy 3.0.5-SNAPSHOT                          [8/39]
[INFO]   from moxy/org.eclipse.persistence.moxy/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231319091
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3302 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.jaxb.JAXBSRGTestSuite
removed existing: /tmp/schema1.xsd
[INFO] Tests run: 627, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.972 s - in org.eclipse.persistence.testing.jaxb.JAXBSRGTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 627, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-srg) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.oxm.OXMSRGTestSuite
Local Exception Stack: 
Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.XMLMarshalException
Exception Description: A descriptor with default root element email-address was not found in the project
	at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164)
	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler.startElement(SAXUnmarshallerHandler.java:313)
	at org.eclipse.persistence.internal.oxm.record.DOMReader.reportElementEvents(DOMReader.java:196)
	at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:94)
	at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:101)
	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:550)
	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:541)
	at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:557)
	at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)
[INFO] Tests run: 240, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.812 s - in org.eclipse.persistence.testing.oxm.OXMSRGTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 240, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-dom) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml-tl) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-docpres) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-non-default-system-properties) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >--------
[INFO] Building EclipseLink DBWS 3.0.5-SNAPSHOT                          [9/39]
[INFO]   from dbws/org.eclipse.persistence.dbws/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231328322
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/src/test/resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.dbws ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Wed Oct 25 10:55:28 UTC 2023 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused (Connection refused)
Wed Oct 25 10:55:28 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- sql:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws ---
[INFO] Executing file: /tmp/dbsetup_keymappings.2052807560sql
[INFO] Executing file: /tmp/dbsetup_relationships.537340345sql
[INFO] 86 of 86 SQL statements executed successfully
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-dbws) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running dbws.testing.relationships.RelationshipsTestSuite
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.066 s - in dbws.testing.relationships.RelationshipsTestSuite
[INFO] Running dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite
[INFO] Running dbws.testing.keymappings.KeyMappingsTestSuite
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in dbws.testing.keymappings.KeyMappingsTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- sql:1.5:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws ---
[INFO] Executing file: /tmp/dbteardown_keymappings.1300679466sql
[INFO] Executing file: /tmp/dbteardown_relationships.1394939184sql
[INFO] 8 of 8 SQL statements executed successfully
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.dbws ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Wed Oct 25 10:55:32 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >--------
[INFO] Building EclipseLink JPA-RS 3.0.5-SNAPSHOT                       [10/39]
[INFO]   from jpa/org.eclipse.persistence.jpars/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpars ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpars ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231332974
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpars ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpars ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpars ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 32 resources
[INFO] Copying 32 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpars ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpars ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpars ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpars ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpars ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Wed Oct 25 10:55:34 UTC 2023 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused (Connection refused)
Wed Oct 25 10:55:34 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jpars) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpars/target/failsafe-reports/2023-10-25T10-55-30_776-jvmRun1.dumpstream
[INFO] Running org.eclipse.persistence.jpars.test.AllJavaSETests
[EL Info]: 2023-10-25 10:55:37.102--ServerSession(1747371038)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: moxy: 2023-10-25 10:55:37.7--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
[EL Info]: 2023-10-25 10:55:37.748--ServerSession(1252713736)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: moxy: 2023-10-25 10:55:37.783--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
[EL Warning]: metadata: 2023-10-25 10:55:37.806--ServerSession(69160933)--You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2023-10-25 10:55:37.836--ServerSession(69160933)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:55:37.938--ServerSession(69160933)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Table/View 'SEQUENCE' already exists in Schema 'ROOT'.
Error Code: 30000
Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(15), PRIMARY KEY (SEQ_NAME))
Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(15), PRIMARY KEY (SEQ_NAME))")
[EL Warning]: moxy: 2023-10-25 10:55:37.945--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
[EL Finest]: jpars: 2023-10-25 10:55:38.06--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 44832290-2dbc-4129-9a6e-cc7d116ffe7d
[EL Warning]: metadata: 2023-10-25 10:55:38.072--ServerSession(2033282874)--You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2023-10-25 10:55:38.077--ServerSession(2033282874)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: moxy: 2023-10-25 10:55:38.092--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
[EL Finest]: jpars: 2023-10-25 10:55:38.154--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 44832290-2dbc-4129-9a6e-cc7d116ffe7d
[EL Finest]: jpars: 2023-10-25 10:55:38.178--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 44832290-2dbc-4129-9a6e-cc7d116ffe7d org.eclipse.persistence.jpars.test.model.auction.StaticAddress {"city":"Ottawa","id":1,"postalCode":"K1A1A1","street":"Rembrandt Rd.","type":"home","_relationships":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticAddress/1+home/user","rel":"user"}},"user":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}}
[EL Finest]: jpars: 2023-10-25 10:55:38.225--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryUpdateInternal--ENTRY b1293fa1-2a83-4e97-b495-f32c5975bc9c
[EL Finest]: jpars: 2023-10-25 10:55:38.237--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY d7feb75a-b1ff-4f02-a2ea-070c72764ee7
[EL Finest]: jpars: 2023-10-25 10:55:38.259--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY c08034e3-c68b-48e3-9772-081eede85b7e
[EL Finest]: jpars: 2023-10-25 10:55:38.286--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 044ee714-242a-45fa-b58e-aa0715bdb498
[EL Finest]: jpars: 2023-10-25 10:55:38.303--org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource--namedQuerySingleResultInternal--ENTRY 9459d43b-1bdb-4c87-8cf8-d44018cac8c3
[EL Finest]: jpars: 2023-10-25 10:55:38.312--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY a17e2dfe-5c4d-4452-b53d-36c3b6ec7ed3
[EL Finest]: jpars: 2023-10-25 10:55:38.312--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY a17e2dfe-5c4d-4452-b53d-36c3b6ec7ed3
[EL Finest]: jpars: 2023-10-25 10:55:38.326--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY 1ef8e922-f021-42a7-bc53-56f2fbea67c4
[EL Finest]: jpars: 2023-10-25 10:55:38.333--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getDescriptorMetadataInternal--ENTRY eae5f510-a562-4f76-a3d9-1a36f007cd73
[EL Finest]: jpars: 2023-10-25 10:55:38.342--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getQueriesMetadataInternal--ENTRY f3237e6d-a5c1-4658-8a5b-f023d6c72770
[EL Finest]: jpars: 2023-10-25 10:55:38.351--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY f3237e6d-a5c1-4658-8a5b-f023d6c72770
[EL Finest]: jpars: 2023-10-25 10:55:38.352--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN f3237e6d-a5c1-4658-8a5b-f023d6c72770 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":0,"version":0,"_relationships":[]}
[EL Finest]: jpars: 2023-10-25 10:55:38.352--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 9fad4902-55ab-4c90-b154-1b6dc8c4c0bc
[EL Finest]: jpars: 2023-10-25 10:55:38.352--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 9fad4902-55ab-4c90-b154-1b6dc8c4c0bc
[EL Finest]: jpars: 2023-10-25 10:55:38.353--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9fad4902-55ab-4c90-b154-1b6dc8c4c0bc org.eclipse.persistence.jpars.test.model.multitenant.Account org.eclipse.persistence.jpars.test.model.multitenant.Account@64aad809
[EL Finest]: jpars: 2023-10-25 10:55:38.362--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 9fad4902-55ab-4c90-b154-1b6dc8c4c0bc
[EL Finest]: jpars: 2023-10-25 10:55:38.363--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 9fad4902-55ab-4c90-b154-1b6dc8c4c0bc org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]}
[EL Finest]: jpars: 2023-10-25 10:55:38.364--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 43632534-4052-4e44-b530-7918458085e3
[EL Finest]: jpars: 2023-10-25 10:55:38.369--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 43632534-4052-4e44-b530-7918458085e3
[EL Finest]: jpars: 2023-10-25 10:55:38.37--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 43632534-4052-4e44-b530-7918458085e3 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]}
[EL Finest]: jpars: 2023-10-25 10:55:38.371--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 9907c744-ce53-426d-a0b2-59f4070d2b33
[EL Severe]: jpars: 2023-10-25 10:55:38.373--ServerSession(2033282874)--requestId: 9907c744-ce53-426d-a0b2-59f4070d2b33. Entity of type [Account] and id [101] could not be found in persistence unit: [jpars_auction-static-local].
[EL Finest]: jpars: 2023-10-25 10:55:38.375--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY cd52772e-5a53-41fe-85e4-acb97a611eab
[EL Finest]: jpars: 2023-10-25 10:55:38.376--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY cd52772e-5a53-41fe-85e4-acb97a611eab
[EL Finest]: jpars: 2023-10-25 10:55:38.394--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 3227c04d-016a-4458-95e8-f790b23b86bc
[EL Finest]: jpars: 2023-10-25 10:55:38.403--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 998aed10-eb34-4c27-a572-19bcd31d218e
[EL Finest]: jpars: 2023-10-25 10:55:38.433--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--deleteInternal--ENTRY 9d08d1ea-af9c-4d90-8c45-fe02d9fc554a
[EL Finest]: jpars: 2023-10-25 10:55:38.451--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 5e27efa6-9058-4344-98af-19afd9cf8544
[EL Finest]: jpars: 2023-10-25 10:55:38.461--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 8857474c-1f7d-4f8e-b825-011cee35e3d7
[EL Finest]: jpars: 2023-10-25 10:55:38.467--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8857474c-1f7d-4f8e-b825-011cee35e3d7
[EL Finest]: jpars: 2023-10-25 10:55:38.468--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8857474c-1f7d-4f8e-b825-011cee35e3d7 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1698231338018,"_relationships":[{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}}
[EL Finest]: jpars: 2023-10-25 10:55:38.474--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8857474c-1f7d-4f8e-b825-011cee35e3d7
[EL Finest]: jpars: 2023-10-25 10:55:38.475--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8857474c-1f7d-4f8e-b825-011cee35e3d7 org.eclipse.persistence.jpars.test.model.auction.StaticUser {"id":22,"name":"user2","version":1,"_relationships":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22/address","rel":"address"}}}
[EL Finest]: jpars: 2023-10-25 10:55:38.475--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--setOrAddAttributeInternal--ENTRY c48f1e80-8730-452d-87c2-212a5320216a
[EL Finest]: jpars: 2023-10-25 10:55:38.476--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY c48f1e80-8730-452d-87c2-212a5320216a
[EL Finest]: jpars: 2023-10-25 10:55:38.477--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN c48f1e80-8730-452d-87c2-212a5320216a org.eclipse.persistence.jpars.test.model.auction.StaticUser org.eclipse.persistence.jpars.test.model.auction.StaticUser@2aa7399c
[EL Finest]: jpars: 2023-10-25 10:55:38.484--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY c48f1e80-8730-452d-87c2-212a5320216a
[EL Finest]: jpars: 2023-10-25 10:55:38.485--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN c48f1e80-8730-452d-87c2-212a5320216a org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1698231338018,"_relationships":[{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22","method":"GET","rel":"self"}}}
[EL Finest]: jpars: 2023-10-25 10:55:38.494--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY b634fa46-f6e0-41d1-8d64-881866adacb1
[EL Finest]: jpars: 2023-10-25 10:55:38.502--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY e7fd5981-782b-4b19-9561-41e34c1d6264
[EL Finest]: jpars: 2023-10-25 10:55:38.517--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY e7fd5981-782b-4b19-9561-41e34c1d6264
[EL Finest]: jpars: 2023-10-25 10:55:38.52--ServerSession(2033282874)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN e7fd5981-782b-4b19-9561-41e34c1d6264 {"COUNT":3}
[EL Finest]: jpars: 2023-10-25 10:55:39.52--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY c8867592-9929-4403-8d68-cd87ec8cb18a
[EL Finest]: jpars: 2023-10-25 10:55:39.53--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 5b6467e7-40a8-4428-9d15-2ef43e303d39
[EL Finest]: jpars: 2023-10-25 10:55:39.538--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 0235aebe-52f1-4548-ab32-b04d41c604b4
[EL Finest]: jpars: 2023-10-25 10:55:39.545--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 0892dcdc-9f68-4c82-8a01-4c6bba91ca72
[EL Finest]: jpars: 2023-10-25 10:55:39.546--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY dab19a63-a747-404f-8229-25b79592c440
[EL Finest]: jpars: 2023-10-25 10:55:39.558--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY 9c15d8a8-51d5-4290-8dd8-dd82a815683a
[EL Finest]: jpars: 2023-10-25 10:55:39.558--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 2994bd97-e37b-4cd5-87d0-2174e7646a53
[EL Finest]: jpars: 2023-10-25 10:55:39.567--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY ff80fb39-8ac8-443a-ac06-25516d5652d6
[EL Info]: 2023-10-25 10:55:39.844--ServerSession(38023477)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: moxy: 2023-10-25 10:55:39.877--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
[EL Finest]: jpars: 2023-10-25 10:55:39.903--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY bd87fd07-3709-4665-afd0-49dfb1dab257
[EL Finest]: jpars: 2023-10-25 10:55:39.903--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY bd87fd07-3709-4665-afd0-49dfb1dab257
[EL Warning]: moxy: 2023-10-25 10:55:39.919--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
[EL Warning]: 2023-10-25 10:55:39.928--Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it.
[EL Warning]: 2023-10-25 10:55:39.928--Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it.
[EL Finest]: jpars: 2023-10-25 10:55:39.94--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY c30b0dbf-82bf-490c-9bd5-49ba238adaa8
[EL Finest]: jpars: 2023-10-25 10:55:39.946--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 8cf316d6-e38e-4614-b2e6-9a8099169280
[EL Finest]: jpars: 2023-10-25 10:55:39.952--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 33941892-a58c-4504-a503-1b31a5e9f527
[EL Finest]: jpars: 2023-10-25 10:55:39.959--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 014fd537-8844-4001-8a78-3b71255f52cf
[EL Finest]: jpars: 2023-10-25 10:55:39.959--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 83ad8726-d114-47dd-8f6e-46a1ed7f8b05
[EL Finest]: jpars: 2023-10-25 10:55:39.967--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY a8870509-5a5d-467c-a460-5c2f2d569d30
[EL Finest]: jpars: 2023-10-25 10:55:39.968--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 5990278b-f99d-4b88-a578-0ef274dc16e3
[EL Finest]: jpars: 2023-10-25 10:55:39.975--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY a58639d7-7af1-475a-80a0-bc5dbea71654
[EL Warning]: moxy: 2023-10-25 10:55:39.987--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
[EL Warning]: moxy: 2023-10-25 10:55:40.074--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
[EL Finest]: jpars: 2023-10-25 10:55:40.091--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 81c11ea1-2e22-41ac-b6b8-ec60de2a825d
[EL Finest]: jpars: 2023-10-25 10:55:40.091--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 81c11ea1-2e22-41ac-b6b8-ec60de2a825d
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.236 s - in org.eclipse.persistence.jpars.test.AllJavaSETests
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpars ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Wed Oct 25 10:55:40 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------
[INFO] Building EclipseLink Core Test 3.0.5-SNAPSHOT                    [11/39]
[INFO]   from foundation/eclipselink.core.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)'
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231340641
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 43 resources
[INFO] Copying 43 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaSEPlatformTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.persistence.testing.tests.junit.helper.JavaSEPlatformTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaUtilTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.persistence.testing.tests.junit.helper.JavaUtilTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.711 s - in org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.helper.HelperTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.persistence.testing.tests.junit.helper.HelperTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest
[EL Info]: 2023-10-25 10:55:44.505--ServerSession(2119891622)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: query: 2023-10-25 10:55:44.565--ClientSession(434398524)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Communication Failure occurred
Error Code: 17004
Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS").
[EL Warning]: 2023-10-25 10:55:44.574--ClientSession(1579957528)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Communication Failure occurred
Error Code: 17004
Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS")
[EL Info]: query: 2023-10-25 10:55:44.574--ClientSession(1528923159)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Communication Failure occurred
Error Code: 17004
Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS").
[EL Info]: 2023-10-25 10:55:44.576--ServerSession(1182908789)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: query: 2023-10-25 10:55:44.578--ClientSession(1873091796)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Communication Failure occurred
Error Code: 17004
Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS").
[EL Severe]: 2023-10-25 10:55:44.578--ServerSession(1182908789)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Connections unavailable
Error Code: 0
[EL Info]: query: 2023-10-25 10:55:44.579--ClientSession(1873091796)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Connections unavailable
Error Code: 0
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS").
[EL Severe]: 2023-10-25 10:55:49.579--ServerSession(1182908789)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Connections unavailable
Error Code: 0
[EL Info]: query: 2023-10-25 10:55:49.579--ClientSession(1873091796)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Connections unavailable
Error Code: 0
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS").
[EL Severe]: 2023-10-25 10:55:54.58--ServerSession(1182908789)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Connections unavailable
Error Code: 0
[EL Warning]: 2023-10-25 10:55:54.58--ClientSession(1873091796)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Connections unavailable
Error Code: 0
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.177 s - in org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.failover.FailoverTest
[EL Info]: 2023-10-25 10:55:54.583--DatabaseSessionImpl(661119548)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: query: 2023-10-25 10:55:54.585--DatabaseSessionImpl(661119548)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Communication Failure occurred
Error Code: 17004
Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS").
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.persistence.testing.tests.junit.failover.FailoverTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest
[INFO] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectMapTest
[INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectMapTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.cache.AdvancedProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.persistence.testing.tests.junit.cache.AdvancedProcessorTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest
[EL Warning]: connection: 2023-10-25 10:55:54.786--Exception [EclipseLink-63001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ServerPlatformException
Exception Description: Server platform class non-existing-class-name not found.
Internal Exception: java.lang.ClassNotFoundException: non-existing-class-name
[EL Warning]: connection: 2023-10-25 10:55:54.954--Exception [EclipseLink-63002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ServerPlatformException
Exception Description: Server platform class is not valid: org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest$Platform
Internal Exception: java.lang.reflect.InvocationTargetException
Target Invocation Exception: java.lang.NullPointerException
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 548, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.5-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.core.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Wed Oct 25 10:55:56 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) started and ready to accept connections on port 1527
Wed Oct 25 10:55:56 UTC 2023 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused (Connection refused)
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[EL Info]: 2023-10-25 10:55:57.537--DatabaseSessionImpl(1780034814)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:55:57.79--DatabaseSessionImpl(1780034814)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-core-srg) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.SRGTestModel
[EL Info]: 2023-10-25 10:55:58.566--DatabaseSessionImpl(1667148529)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:55:59.338--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table PHONE
Query: DataModifyQuery(sql="drop table PHONE")
[EL Warning]: 2023-10-25 10:55:59.342--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table RESPONS
Query: DataModifyQuery(sql="drop table RESPONS")
[EL Warning]: 2023-10-25 10:55:59.344--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table SALARY
Query: DataModifyQuery(sql="drop table SALARY")
[EL Warning]: 2023-10-25 10:55:59.347--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table PROJ_EMP
Query: DataModifyQuery(sql="drop table PROJ_EMP")
[EL Warning]: 2023-10-25 10:55:59.349--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table LPROJECT
Query: DataModifyQuery(sql="drop table LPROJECT")
[EL Warning]: 2023-10-25 10:55:59.351--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table PROJECT
Query: DataModifyQuery(sql="drop table PROJECT")
[EL Warning]: 2023-10-25 10:55:59.353--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table EMPLOYEE
Query: DataModifyQuery(sql="drop table EMPLOYEE")
[EL Warning]: 2023-10-25 10:55:59.355--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table ADDRESS
Query: DataModifyQuery(sql="drop table ADDRESS")
[EL Warning]: 2023-10-25 10:55:59.711--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'WORKER' because it does not exist.
Error Code: 30000
Call: DROP TABLE WORKER
Query: DataModifyQuery(sql="DROP TABLE WORKER")
[EL Warning]: 2023-10-25 10:55:59.717--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AGG_ADD' because it does not exist.
Error Code: 30000
Call: DROP TABLE AGG_ADD
Query: DataModifyQuery(sql="DROP TABLE AGG_ADD")
[EL Warning]: 2023-10-25 10:55:59.721--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AGG_CLNT' because it does not exist.
Error Code: 30000
Call: DROP TABLE AGG_CLNT
Query: DataModifyQuery(sql="DROP TABLE AGG_CLNT")
[EL Warning]: 2023-10-25 10:55:59.726--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AGG_ECNT' because it does not exist.
Error Code: 30000
Call: DROP TABLE AGG_ECNT
Query: DataModifyQuery(sql="DROP TABLE AGG_ECNT")
[EL Warning]: 2023-10-25 10:55:59.73--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AGG_COM' because it does not exist.
Error Code: 30000
Call: DROP TABLE AGG_COM
Query: DataModifyQuery(sql="DROP TABLE AGG_COM")
[EL Warning]: 2023-10-25 10:55:59.735--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AGG_EMP' because it does not exist.
Error Code: 30000
Call: DROP TABLE AGG_EMP
Query: DataModifyQuery(sql="DROP TABLE AGG_EMP")
[EL Warning]: 2023-10-25 10:55:59.74--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AGG_LAN' because it does not exist.
Error Code: 30000
Call: DROP TABLE AGG_LAN
Query: DataModifyQuery(sql="DROP TABLE AGG_LAN")
[EL Warning]: 2023-10-25 10:55:59.747--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AGG_RES' because it does not exist.
Error Code: 30000
Call: DROP TABLE AGG_RES
Query: DataModifyQuery(sql="DROP TABLE AGG_RES")
[EL Warning]: 2023-10-25 10:55:59.751--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AGGVEHICLE' because it does not exist.
Error Code: 30000
Call: DROP TABLE AGGVEHICLE
Query: DataModifyQuery(sql="DROP TABLE AGGVEHICLE")
[EL Warning]: 2023-10-25 10:55:59.755--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AGENT' because it does not exist.
Error Code: 30000
Call: DROP TABLE AGENT
Query: DataModifyQuery(sql="DROP TABLE AGENT")
[EL Warning]: 2023-10-25 10:55:59.76--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER' because it does not exist.
Error Code: 30000
Call: DROP TABLE CUSTOMER
Query: DataModifyQuery(sql="DROP TABLE CUSTOMER")
[EL Warning]: 2023-10-25 10:55:59.765--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'HOUSE' because it does not exist.
Error Code: 30000
Call: DROP TABLE HOUSE
Query: DataModifyQuery(sql="DROP TABLE HOUSE")
[EL Warning]: 2023-10-25 10:55:59.771--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DEPENDANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE DEPENDANT
Query: DataModifyQuery(sql="DROP TABLE DEPENDANT")
[EL Warning]: 2023-10-25 10:55:59.775--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPANY_AGG' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPANY_AGG
Query: DataModifyQuery(sql="DROP TABLE COMPANY_AGG")
[EL Warning]: 2023-10-25 10:55:59.779--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SINGLE_HOUSE' because it does not exist.
Error Code: 30000
Call: DROP TABLE SINGLE_HOUSE
Query: DataModifyQuery(sql="DROP TABLE SINGLE_HOUSE")
[EL Warning]: 2023-10-25 10:55:59.784--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SELLING_POINT' because it does not exist.
Error Code: 30000
Call: DROP TABLE SELLING_POINT
Query: DataModifyQuery(sql="DROP TABLE SELLING_POINT")
[EL Warning]: 2023-10-25 10:55:59.788--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BUILDER' because it does not exist.
Error Code: 30000
Call: DROP TABLE BUILDER
Query: DataModifyQuery(sql="DROP TABLE BUILDER")
[EL Warning]: 2023-10-25 10:55:59.793--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BUILDER_HOUSE' because it does not exist.
Error Code: 30000
Call: DROP TABLE BUILDER_HOUSE
Query: DataModifyQuery(sql="DROP TABLE BUILDER_HOUSE")
[EL Warning]: 2023-10-25 10:55:59.797--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BUILDER_SINGLE_HOUSE' because it does not exist.
Error Code: 30000
Call: DROP TABLE BUILDER_SINGLE_HOUSE
Query: DataModifyQuery(sql="DROP TABLE BUILDER_SINGLE_HOUSE")
[EL Warning]: 2023-10-25 10:55:59.801--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BUILDER_SELLING_POINT' because it does not exist.
Error Code: 30000
Call: DROP TABLE BUILDER_SELLING_POINT
Query: DataModifyQuery(sql="DROP TABLE BUILDER_SELLING_POINT")
[EL Warning]: 2023-10-25 10:55:59.805--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BUILDER_CUSTOMER' because it does not exist.
Error Code: 30000
Call: DROP TABLE BUILDER_CUSTOMER
Query: DataModifyQuery(sql="DROP TABLE BUILDER_CUSTOMER")
[EL Warning]: 2023-10-25 10:55:59.809--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BUILDER_DEPENDANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE BUILDER_DEPENDANT
Query: DataModifyQuery(sql="DROP TABLE BUILDER_DEPENDANT")
[EL Warning]: 2023-10-25 10:55:59.813--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BUILDER_VEHICLE' because it does not exist.
Error Code: 30000
Call: DROP TABLE BUILDER_VEHICLE
Query: DataModifyQuery(sql="DROP TABLE BUILDER_VEHICLE")
[EL Warning]: 2023-10-25 10:55:59.816--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EMPLOYEE1' because it does not exist.
Error Code: 30000
Call: DROP TABLE Employee1
Query: DataModifyQuery(sql="DROP TABLE Employee1")
[EL Warning]: 2023-10-25 10:55:59.821--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EMP_LAN' because it does not exist.
Error Code: 30000
Call: DROP TABLE EMP_LAN
Query: DataModifyQuery(sql="DROP TABLE EMP_LAN")
[EL Warning]: 2023-10-25 10:55:59.885--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'STUDENT' because it does not exist.
Error Code: 30000
Call: DROP TABLE STUDENT
Query: DataModifyQuery(sql="DROP TABLE STUDENT")
[EL Warning]: 2023-10-25 10:55:59.891--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'GOLF_CLUB' because it does not exist.
Error Code: 30000
Call: DROP TABLE GOLF_CLUB
Query: DataModifyQuery(sql="DROP TABLE GOLF_CLUB")
[EL Warning]: 2023-10-25 10:55:59.895--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MANUFACTURER' because it does not exist.
Error Code: 30000
Call: DROP TABLE MANUFACTURER
Query: DataModifyQuery(sql="DROP TABLE MANUFACTURER")
[EL Warning]: 2023-10-25 10:56:00.165--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'PROJECT_WORKER_BATCH' because it does not exist.
Error Code: 30000
Call: Alter TABLE PROJECT_WORKER_BATCH DROP CONSTRAINT PROJECT_WORKER_BATCH_HD
Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP CONSTRAINT PROJECT_WORKER_BATCH_HD")
[EL Warning]: 2023-10-25 10:56:00.636--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CHILDNAM' because it does not exist.
Error Code: 30000
Call: drop table CHILDNAM
Query: DataModifyQuery(sql="drop table CHILDNAM")
[EL Warning]: 2023-10-25 10:56:00.636--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CHILDNAM' because it does not exist.
Error Code: 30000
Call: drop table CHILDNAM
Query: DataModifyQuery(sql="drop table CHILDNAM")
[EL Warning]: 2023-10-25 10:56:00.842--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'OBJECT_A' because it does not exist.
Error Code: 30000
Call: Alter TABLE OBJECT_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE_
Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE_")
[EL Warning]: 2023-10-25 10:56:00.844--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'OWNER_A' because it does not exist.
Error Code: 30000
Call: ALTER TABLE OWNER_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE
Query: DataModifyQuery(sql="ALTER TABLE OWNER_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE")
[EL Warning]: 2023-10-25 10:56:00.845--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'OWNER_C' because it does not exist.
Error Code: 30000
Call: ALTER TABLE OWNER_C DROP CONSTRAINT OWNER_C_BACK_REF
Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP CONSTRAINT OWNER_C_BACK_REF")
[EL Warning]: 2023-10-25 10:56:00.847--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'OWNER_C' because it does not exist.
Error Code: 30000
Call: ALTER TABLE OWNER_C DROP CONSTRAINT OWNER_C_ONE_TO_ONE
Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP CONSTRAINT OWNER_C_ONE_TO_ONE")
[EL Warning]: 2023-10-25 10:56:00.848--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'OWNER_E' because it does not exist.
Error Code: 30000
Call: ALTER TABLE OWNER_E DROP CONSTRAINT OWNER_E_BACK_REF
Query: DataModifyQuery(sql="ALTER TABLE OWNER_E DROP CONSTRAINT OWNER_E_BACK_REF")
[EL Warning]: 2023-10-25 10:56:00.85--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE OWNER_A
Query: DataModifyQuery(sql="DROP TABLE OWNER_A")
[EL Warning]: 2023-10-25 10:56:00.853--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE OWNER_B
Query: DataModifyQuery(sql="DROP TABLE OWNER_B")
[EL Warning]: 2023-10-25 10:56:00.857--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER_C' because it does not exist.
Error Code: 30000
Call: DROP TABLE OWNER_C
Query: DataModifyQuery(sql="DROP TABLE OWNER_C")
[EL Warning]: 2023-10-25 10:56:00.86--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER_D' because it does not exist.
Error Code: 30000
Call: DROP TABLE OWNER_D
Query: DataModifyQuery(sql="DROP TABLE OWNER_D")
[EL Warning]: 2023-10-25 10:56:00.864--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER_E' because it does not exist.
Error Code: 30000
Call: DROP TABLE OWNER_E
Query: DataModifyQuery(sql="DROP TABLE OWNER_E")
[EL Warning]: 2023-10-25 10:56:01.171--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EVENTCUSTOMER' because it does not exist.
Error Code: 30000
Call: DROP TABLE EVENTCUSTOMER
Query: DataModifyQuery(sql="DROP TABLE EVENTCUSTOMER")
[EL Warning]: 2023-10-25 10:56:01.176--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EASSOCIATIONS' because it does not exist.
Error Code: 30000
Call: DROP TABLE EASSOCIATIONS
Query: DataModifyQuery(sql="DROP TABLE EASSOCIATIONS")
[EL Warning]: 2023-10-25 10:56:01.179--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EVENTORDER' because it does not exist.
Error Code: 30000
Call: DROP TABLE EVENTORDER
Query: DataModifyQuery(sql="DROP TABLE EVENTORDER")
[EL Warning]: 2023-10-25 10:56:01.182--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EMAILACC' because it does not exist.
Error Code: 30000
Call: DROP TABLE EMAILACC
Query: DataModifyQuery(sql="DROP TABLE EMAILACC")
[EL Warning]: 2023-10-25 10:56:01.185--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EPHONE' because it does not exist.
Error Code: 30000
Call: DROP TABLE EPHONE
Query: DataModifyQuery(sql="DROP TABLE EPHONE")
[EL Warning]: 2023-10-25 10:56:01.189--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EADDRESS' because it does not exist.
Error Code: 30000
Call: DROP TABLE EADDRESS
Query: DataModifyQuery(sql="DROP TABLE EADDRESS")
[EL Warning]: 2023-10-25 10:56:01.241--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PROJ' because it does not exist.
Error Code: 30000
Call: DROP TABLE PROJ
Query: DataModifyQuery(sql="DROP TABLE PROJ")
[EL Warning]: 2023-10-25 10:56:01.246--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'LPROJ' because it does not exist.
Error Code: 30000
Call: DROP TABLE LPROJ
Query: DataModifyQuery(sql="DROP TABLE LPROJ")
[EL Warning]: 2023-10-25 10:56:01.249--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BUDGET' because it does not exist.
Error Code: 30000
Call: DROP TABLE BUDGET
Query: DataModifyQuery(sql="DROP TABLE BUDGET")
[EL Warning]: 2023-10-25 10:56:01.278--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TESTTABLE1' because it does not exist.
Error Code: 30000
Call: DROP TABLE TESTTABLE1
Query: DataModifyQuery(sql="DROP TABLE TESTTABLE1")
[EL Warning]: 2023-10-25 10:56:01.309--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COL_M_IT' because it does not exist.
Error Code: 30000
Call: DROP TABLE COL_M_IT
Query: DataModifyQuery(sql="DROP TABLE COL_M_IT")
[EL Warning]: 2023-10-25 10:56:01.313--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COL_MENU' because it does not exist.
Error Code: 30000
Call: DROP TABLE COL_MENU
Query: DataModifyQuery(sql="DROP TABLE COL_MENU")
[EL Warning]: 2023-10-25 10:56:01.317--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COL_PERS' because it does not exist.
Error Code: 30000
Call: DROP TABLE COL_PERS
Query: DataModifyQuery(sql="DROP TABLE COL_PERS")
[EL Warning]: 2023-10-25 10:56:01.321--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COL_LOCA' because it does not exist.
Error Code: 30000
Call: DROP TABLE COL_LOCA
Query: DataModifyQuery(sql="DROP TABLE COL_LOCA")
[EL Warning]: 2023-10-25 10:56:01.324--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COL_R_LO' because it does not exist.
Error Code: 30000
Call: DROP TABLE COL_R_LO
Query: DataModifyQuery(sql="DROP TABLE COL_R_LO")
[EL Warning]: 2023-10-25 10:56:01.328--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COL_R_LO2' because it does not exist.
Error Code: 30000
Call: DROP TABLE COL_R_LO2
Query: DataModifyQuery(sql="DROP TABLE COL_R_LO2")
[EL Warning]: 2023-10-25 10:56:01.331--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COL_DI_R' because it does not exist.
Error Code: 30000
Call: DROP TABLE COL_DI_R
Query: DataModifyQuery(sql="DROP TABLE COL_DI_R")
[EL Warning]: 2023-10-25 10:56:01.334--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COL_REST' because it does not exist.
Error Code: 30000
Call: DROP TABLE COL_REST
Query: DataModifyQuery(sql="DROP TABLE COL_REST")
[EL Warning]: 2023-10-25 10:56:01.337--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COL_SLOG' because it does not exist.
Error Code: 30000
Call: DROP TABLE COL_SLOG
Query: DataModifyQuery(sql="DROP TABLE COL_SLOG")
[EL Warning]: 2023-10-25 10:56:01.339--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COL_SERVICES' because it does not exist.
Error Code: 30000
Call: DROP TABLE COL_SERVICES
Query: DataModifyQuery(sql="DROP TABLE COL_SERVICES")
[EL Warning]: 2023-10-25 10:56:01.342--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COL_LICENSE' because it does not exist.
Error Code: 30000
Call: DROP TABLE COL_LICENSE
Query: DataModifyQuery(sql="DROP TABLE COL_LICENSE")
[EL Warning]: 2023-10-25 10:56:01.601--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_EMP' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_EMP
Query: DataModifyQuery(sql="DROP TABLE MAP_EMP")
[EL Warning]: 2023-10-25 10:56:01.604--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_EMSP' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_EMSP
Query: DataModifyQuery(sql="DROP TABLE MAP_EMSP")
[EL Warning]: 2023-10-25 10:56:01.607--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_EMPH' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_EMPH
Query: DataModifyQuery(sql="DROP TABLE MAP_EMPH")
[EL Warning]: 2023-10-25 10:56:01.61--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_PHO' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_PHO
Query: DataModifyQuery(sql="DROP TABLE MAP_PHO")
[EL Warning]: 2023-10-25 10:56:01.613--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_CARD' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_CARD
Query: DataModifyQuery(sql="DROP TABLE MAP_CARD")
[EL Warning]: 2023-10-25 10:56:01.616--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_COM' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_COM
Query: DataModifyQuery(sql="DROP TABLE MAP_COM")
[EL Warning]: 2023-10-25 10:56:01.619--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_CUB' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_CUB
Query: DataModifyQuery(sql="DROP TABLE MAP_CUB")
[EL Warning]: 2023-10-25 10:56:01.622--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_EMERGENCYEXIT' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_EMERGENCYEXIT
Query: DataModifyQuery(sql="DROP TABLE MAP_EMERGENCYEXIT")
[EL Warning]: 2023-10-25 10:56:01.624--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUBICLE_EMERGENCYEXIT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CUBICLE_EMERGENCYEXIT
Query: DataModifyQuery(sql="DROP TABLE CUBICLE_EMERGENCYEXIT")
[EL Warning]: 2023-10-25 10:56:01.627--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_SHIP' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_SHIP
Query: DataModifyQuery(sql="DROP TABLE MAP_SHIP")
[EL Warning]: 2023-10-25 10:56:01.63--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_POL' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_POL
Query: DataModifyQuery(sql="DROP TABLE MAP_POL")
[EL Warning]: 2023-10-25 10:56:01.632--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_ADD' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_ADD
Query: DataModifyQuery(sql="DROP TABLE MAP_ADD")
[EL Warning]: 2023-10-25 10:56:01.636--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_MON' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_MON
Query: DataModifyQuery(sql="DROP TABLE MAP_MON")
[EL Warning]: 2023-10-25 10:56:01.641--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_HRW' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_HRW
Query: DataModifyQuery(sql="DROP TABLE MAP_HRW")
[EL Warning]: 2023-10-25 10:56:01.645--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_PERIPHERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_PERIPHERAL
Query: DataModifyQuery(sql="DROP TABLE MAP_PERIPHERAL")
[EL Warning]: 2023-10-25 10:56:01.648--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_SECURE' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_SECURE
Query: DataModifyQuery(sql="DROP TABLE MAP_SECURE")
[EL Warning]: 2023-10-25 10:56:01.652--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_IDENTIFICATION' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_IDENTIFICATION
Query: DataModifyQuery(sql="DROP TABLE MAP_IDENTIFICATION")
[EL Warning]: 2023-10-25 10:56:01.846--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SEQTESTTABLE1' because it does not exist.
Error Code: 30000
Call: DROP TABLE SEQTESTTABLE1
Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE1")
[EL Warning]: 2023-10-25 10:56:01.851--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SEQTESTTABLE2' because it does not exist.
Error Code: 30000
Call: DROP TABLE SEQTESTTABLE2
Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE2")
[EL Warning]: 2023-10-25 10:56:01.887--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'REPORT_EMPLOYEE' because it does not exist.
Error Code: 30000
Call: DROP TABLE REPORT_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE REPORT_EMPLOYEE")
[EL Warning]: 2023-10-25 10:56:01.891--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'REPORT_HISTORY' because it does not exist.
Error Code: 30000
Call: DROP TABLE REPORT_HISTORY
Query: DataModifyQuery(sql="DROP TABLE REPORT_HISTORY")
[EL Warning]: 2023-10-25 10:56:01.895--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEER' because it does not exist.
Error Code: 30000
Call: DROP TABLE BEER
Query: DataModifyQuery(sql="DROP TABLE BEER")
[EL Warning]: 2023-10-25 10:56:01.898--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BAR' because it does not exist.
Error Code: 30000
Call: DROP TABLE BAR
Query: DataModifyQuery(sql="DROP TABLE BAR")
[EL Warning]: 2023-10-25 10:56:01.9--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BAR_BEER' because it does not exist.
Error Code: 30000
Call: DROP TABLE BAR_BEER
Query: DataModifyQuery(sql="DROP TABLE BAR_BEER")
[EL Warning]: 2023-10-25 10:56:01.902--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PERSON' because it does not exist.
Error Code: 30000
Call: DROP TABLE PERSON
Query: DataModifyQuery(sql="DROP TABLE PERSON")
[EL Warning]: 2023-10-25 10:56:01.904--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BREWER' because it does not exist.
Error Code: 30000
Call: DROP TABLE BREWER
Query: DataModifyQuery(sql="DROP TABLE BREWER")
[EL Warning]: 2023-10-25 10:56:01.924--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'QUERY_OPTION_EMPLOYEE' because it does not exist.
Error Code: 30000
Call: DROP TABLE QUERY_OPTION_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_EMPLOYEE")
[EL Warning]: 2023-10-25 10:56:01.928--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'QUERY_OPTION_HISTORY' because it does not exist.
Error Code: 30000
Call: DROP TABLE QUERY_OPTION_HISTORY
Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_HISTORY")

Running ExpressionTestSuite
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
[EL Warning]: 2023-10-25 10:56:02.802--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: Invalid query key [foofoo] in expression.
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2023-10-25 10:56:02.81--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: The class of the argument for the object comparison is incorrect. 
Expression: [
Base org.eclipse.persistence.testing.models.employee.domain.Employee] 
Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] 
Argument: [2]
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2023-10-25 10:56:02.811--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression.
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2023-10-25 10:56:02.811--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context.
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2023-10-25 10:56:02.812--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees]] representing a "to-many" relationship in an expression.  Use anyOf() rather than get().
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2023-10-25 10:56:02.812--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context.
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2023-10-25 10:56:02.813--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: The expression is not a valid expression. 
Logical operator [ AND ]
   Relation operator [ = ]
      Query Key firstName
         Base org.eclipse.persistence.testing.models.employee.domain.Employee
      Constant blee
   Query Key managedEmployees
      Base org.eclipse.persistence.testing.models.employee.domain.Employee
Query: ReadAllQuery(referenceClass=Employee )
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test can only be done on Oracle
[EL Warning]: 2023-10-25 10:56:03.646--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: Invalid query key [appartments] in expression.
Query: ReadAllQuery(referenceClass=Employee )
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
Tests run: 109, Failures: 0, Errors: 0, Skipped: 11, Time elapsed: 1.488 sec

Running QueryFrameworkTestSuite
[EL Info]: 2023-10-25 10:56:03.879--ServerSession(677115308)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:56:03.892--ServerSession(767694211)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
[EL Info]: 2023-10-25 10:56:04.062--ServerSession(107657508)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:56:04.07--ServerSession(2006067420)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
[EL Warning]: 2023-10-25 10:56:04.182--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: A reference class must be provided.
Query: ReadAllQuery()
[EL Warning]: 2023-10-25 10:56:04.182--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: Modify queries require an object to modify.
Query: WriteObjectQuery(null)
[EL Warning]: 2023-10-25 10:56:04.185--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: Refreshing is not possible if the query does not go to the database.
Query: ReadAllQuery(referenceClass=Employee )
[EL Info]: 2023-10-25 10:56:04.35--ServerSession(387146640)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:56:04.363--ClientSession(967369466)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Column 'T0.HOOYAH' is either not in any table in the FROM list or appears within a join specification and is outside the scope of the join specification or appears in a HAVING clause and is not in the GROUP BY list. If this is a CREATE or ALTER TABLE  statement then 'T0.HOOYAH' is not a column in the target table.
Error Code: 30000
Call: SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = 'Jill') AND (t1.EMP_ID = t0.EMP_ID))
Query: ReadAllQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = 'Jill') AND (t1.EMP_ID = t0.EMP_ID))")
[EL Info]: 2023-10-25 10:56:04.364--ServerSession(474210166)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:56:04.416--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: The mapping type org.eclipse.persistence.mappings.TransformationMapping for attribute normalHours from org.eclipse.persistence.testing.models.employee.domain.Employee is not supported with Query By Example functionality.  If the attribute can safely be ignored then add it to the ignore list or set example validation to false in the policy.
Query: ReadObjectQuery(referenceClass=Employee )
[EL Info]: 2023-10-25 10:56:04.587--ServerSession(1950554162)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:56:04.6--ServerSession(2111700021)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:56:04.609--ServerSession(129165617)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:56:04.62--ServerSession(608486367)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:56:04.632--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. 
Objects: [[]]
Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])]
Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE")
[EL Info]: 2023-10-25 10:56:04.695--DatabaseSessionImpl(1809767357)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:56:04.823--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: Attribute name or expression passed as a first parameter to addUpdate method defines a field from a table that is not mapped to query descriptor. 
Attribute name or Expression: [
Field BAD
   Base QUERY OBJECT]
Wrong field: [BAD]
Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])]
Query: UpdateAllQuery(referenceClass=Employee )
[EL Warning]: 2023-10-25 10:56:04.844--DatabaseSessionImpl(1667148529)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: The partial attribute nonExistant is not a valid attribute of the class org.eclipse.persistence.testing.models.employee.domain.Employee.
Query: ReadAllQuery(referenceClass=Employee )
Tests run: 140, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 1.165 sec

Running Transaction Test Suite
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 sec

Running Event Hook Test Suite
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec
[EL Info]: 2023-10-25 10:56:05.089--DatabaseSessionImpl(827715984)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:56:05.158--DatabaseSessionImpl(827715984)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105559450' because CONSTRAINT 'CHILDPARENT_EMP_ID' is dependent on that object.
Error Code: 30000
Call: drop table EMPLOYEE
Query: DataModifyQuery(sql="drop table EMPLOYEE")
[EL Warning]: 2023-10-25 10:56:05.162--DatabaseSessionImpl(827715984)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105559440' because CONSTRAINT 'EMPLOYEE_ADDR_ID' is dependent on that object.
Error Code: 30000
Call: drop table ADDRESS
Query: DataModifyQuery(sql="drop table ADDRESS")

Running EmployeeReadObjectTestSuite
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec

Running EmployeeUpdateObjectTestSuite
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec

Running EmployeeInsertObjectTestSuite
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec

Running EmployeeDeleteObjectTestSuite
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec

Running EmployeeReadAllTestSuite
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec

Running MiscellaneousTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
[EL Info]: 2023-10-25 10:56:05.637--DatabaseSessionImpl(1937294500)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:56:05.689--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'OBJECT_A' because it does not exist.
Error Code: 30000
Call: Alter TABLE OBJECT_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE_
Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE_")
[EL Warning]: 2023-10-25 10:56:05.837--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105605210' because CONSTRAINT 'CHILDPARENT_EMP_ID' is dependent on that object.
Error Code: 30000
Call: drop table EMPLOYEE
Query: DataModifyQuery(sql="drop table EMPLOYEE")
[EL Warning]: 2023-10-25 10:56:05.84--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105605200' because CONSTRAINT 'EMPLOYEE_ADDR_ID' is dependent on that object.
Error Code: 30000
Call: drop table ADDRESS
Query: DataModifyQuery(sql="drop table ADDRESS")
[EL Warning]: 2023-10-25 10:56:06.014--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105600693' because CONSTRAINT 'BCCL_POL_POLICY' is dependent on that object.
Error Code: 30000
Call: drop table POLICY
Query: DataModifyQuery(sql="drop table POLICY")
[EL Warning]: 2023-10-25 10:56:06.014--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105600693' because CONSTRAINT 'BCCL_POL_POLICY' is dependent on that object.
Error Code: 30000
Call: drop table POLICY
Query: DataModifyQuery(sql="drop table POLICY")
[EL Warning]: 2023-10-25 10:56:06.433--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'U_CON' because it does not exist.
Error Code: 30000
Call: DROP TABLE U_CON
Query: DataModifyQuery(sql="DROP TABLE U_CON")
[EL Warning]: 2023-10-25 10:56:06.437--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'U_EMP' because it does not exist.
Error Code: 30000
Call: DROP TABLE U_EMP
Query: DataModifyQuery(sql="DROP TABLE U_EMP")
[EL Warning]: 2023-10-25 10:56:06.44--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'U_ADD' because it does not exist.
Error Code: 30000
Call: DROP TABLE U_ADD
Query: DataModifyQuery(sql="DROP TABLE U_ADD")
[EL Warning]: 2023-10-25 10:56:06.443--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'U_WEATH' because it does not exist.
Error Code: 30000
Call: DROP TABLE U_WEATH
Query: DataModifyQuery(sql="DROP TABLE U_WEATH")
[EL Warning]: 2023-10-25 10:56:06.446--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONCURRENT_ADDRESS' because it does not exist.
Error Code: 30000
Call: DROP TABLE CONCURRENT_ADDRESS
Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_ADDRESS")
[EL Warning]: 2023-10-25 10:56:06.448--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONCURRENT_EMP' because it does not exist.
Error Code: 30000
Call: DROP TABLE CONCURRENT_EMP
Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_EMP")
[EL Warning]: 2023-10-25 10:56:06.451--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONCURRENT_PROJECT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CONCURRENT_PROJECT
Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PROJECT")
[EL Warning]: 2023-10-25 10:56:06.453--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONCURRENT_PHONE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CONCURRENT_PHONE
Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PHONE")
[EL Warning]: 2023-10-25 10:56:06.458--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MUTABLE_TYPE' because it does not exist.
Error Code: 30000
Call: DROP TABLE MUTABLE_TYPE
Query: DataModifyQuery(sql="DROP TABLE MUTABLE_TYPE")
[EL Warning]: 2023-10-25 10:56:06.488--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.PROJECT_WORKER_BATCH_HD' on table '"ROOT"."PROJECT_WORKER_BATCH"'. 
Error Code: 30000
Call: Alter TABLE PROJECT_WORKER_BATCH DROP CONSTRAINT PROJECT_WORKER_BATCH_HD
Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP CONSTRAINT PROJECT_WORKER_BATCH_HD")

Running UnitOfWorkTestSuite
[EL Warning]: 2023-10-25 10:56:07.102--UnitOfWork(1878688038)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 112
[EL Warning]: 2023-10-25 10:56:07.195--UnitOfWork(16040937)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: The object [Address: 1111 Moose Rd., LKO, ALB, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,425,306,446], 
is not from this UnitOfWork object space, but the parent session's.  The object was never registered in this UnitOfWork, 
but read from the parent session and related to an object registered in the UnitOfWork.  Ensure that you are correctly
registering your objects.  If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to 
help debug where the error occurred.  For more information, see the manual or FAQ.
[EL Warning]: 2023-10-25 10:56:07.195--UnitOfWork(517952230)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: The object [Address: 382 Hyde Park, Victoria, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [431,731,222], 
is not from this UnitOfWork object space, but the parent session's.  The object was never registered in this UnitOfWork, 
but read from the parent session and related to an object registered in the UnitOfWork.  Ensure that you are correctly
registering your objects.  If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to 
help debug where the error occurred.  For more information, see the manual or FAQ.
[EL Warning]: 2023-10-25 10:56:07.203--UnitOfWork(402847244)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: Jill May] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 110
[EL Warning]: 2023-10-25 10:56:07.236--UnitOfWork(267463507)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee:  Smith] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 112
[EL Warning]: 2023-10-25 10:56:07.41--UnitOfWork(1085700275)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: The object [Employee: Jill May], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,793,935,907], 
is not from this UnitOfWork object space, but the parent session's.  The object was never registered in this UnitOfWork, 
but read from the parent session and related to an object registered in the UnitOfWork.  Ensure that you are correctly
registering your objects.  If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to 
help debug where the error occurred.  For more information, see the manual or FAQ.
[EL Warning]: 2023-10-25 10:56:07.644--UnitOfWork(1581276847)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: org.apache.derby.shared.common.error.DerbySQLIntegrityConstraintViolationException: The statement was aborted because it would have caused a duplicate key value in a unique or primary key constraint or unique index identified by 'SQL231025105606431' defined on 'U_EMP'.
Error Code: 20000
Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?)
	bind => [2 parameters bound]
[EL Warning]: 2023-10-25 10:56:07.706--UnitOfWork(2018801637)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: Attempt to register an object with dead indirection as a new object.  Possibly the object was deleted or removed from the cache during a merge of a serialized clone.  This is a concurrency violation, consider a locking strategy.
Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner]
Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)])
[EL Warning]: 2023-10-25 10:56:07.735--DatabaseSessionImpl(1937294500)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Exception Description: DatabaseAccessor not connected.
[EL Warning]: 2023-10-25 10:56:07.755--UnitOfWork(1049204172)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: The object [Address: 1111 Moose Rd., Calgary, ALB, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [542,263,318], 
is not from this UnitOfWork object space, but the parent session's.  The object was never registered in this UnitOfWork, 
but read from the parent session and related to an object registered in the UnitOfWork.  Ensure that you are correctly
registering your objects.  If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to 
help debug where the error occurred.  For more information, see the manual or FAQ.
Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 sec
[EL Info]: 2023-10-25 10:56:07.772--DatabaseSessionImpl(1209972485)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:56:07.893--DatabaseSessionImpl(987234822)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:56:07.92--DatabaseSessionImpl(987234822)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105605891' because CONSTRAINT 'CHILDPARENT_EMP_ID' is dependent on that object.
Error Code: 30000
Call: drop table EMPLOYEE
Query: DataModifyQuery(sql="drop table EMPLOYEE")
[EL Warning]: 2023-10-25 10:56:07.923--DatabaseSessionImpl(987234822)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105605890' because CONSTRAINT 'EMPLOYEE_ADDR_ID' is dependent on that object.
Error Code: 30000
Call: drop table ADDRESS
Query: DataModifyQuery(sql="drop table ADDRESS")

Running EmployeeReadObjectTestSuite
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec

Running EmployeeUpdateObjectTestSuite
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec

Running EmployeeInsertObjectTestSuite
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec

Running EmployeeDeleteObjectTestSuite
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec

Running EmployeeReadAllTestSuite
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec

Running Sessions.xml validation tests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec
[EL Info]: 2023-10-25 10:56:08.304--DatabaseSessionImpl(623180223)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054

Running AggregateReadObjectTestSuite
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec

Running AggregateUpdateObjectTestSuite
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec

Running AggregateReadAllTestSuite
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec

Running AggregateDeleteObjectTestSuite
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec

Running AggregateInsertObjectTestSuite
[EL Warning]: 2023-10-25 10:56:09.056--UnitOfWork(1492286519)--Exception [EclipseLink-68] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@4b2ca159] is null.  Null values not allowed for Aggregate mappings unless "Allow Null" is specified.
Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address]
Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)])
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec

Running AggregateUnitOfWorkTestSuite
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec

Running AggregateUnitOfWorkCommitResumeTestSuite
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec

Running AggregateCheckForNullUnitOfWorkTestSuite
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec

Running AggregateMergingUnitOfWorkTestSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec

Running AggregateDescriptorPropertiesTestSuite
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec

Running AggregateEventTestSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec

Running NestedAggregateTestSuite
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec

Running AggregateInheritanceTestSuite
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
[EL Info]: 2023-10-25 10:56:09.425--DatabaseSessionImpl(1090029865)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:56:09.457--DatabaseSessionImpl(1090029865)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.PROJECT_WORKER_BATCH_HD' on table '"ROOT"."PROJECT_WORKER_BATCH"'. 
Error Code: 30000
Call: Alter TABLE PROJECT_WORKER_BATCH DROP CONSTRAINT PROJECT_WORKER_BATCH_HD
Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP CONSTRAINT PROJECT_WORKER_BATCH_HD")

Running InheritanceDuplicateFieldTestSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Running InheritanceReadObjectTestSuite
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec

Running InheritanceReadAllTestSuite
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec

Running InheritanceDeleteObjectTestSuite
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec

Running InheritanceInsertObjectTestSuite
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec

Running InheritanceUpdateObjectTestSuite
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec

Running InheritanceUnitOfWorkTestSuite
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec

Running InheritanceUnitOfWorkCommitResumeTestSuite
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec

Running Deep Inheritance Tests
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec

Running TranslatedKeyInheritance
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec

Running SingleInheritanceTestSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
[EL Info]: 2023-10-25 10:56:10.46--DatabaseSessionImpl(1057152052)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054

Running XML Schema tests
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 sec
[EL Info]: 2023-10-25 10:56:10.523--DatabaseSessionImpl(705118031)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:56:10.525--DatabaseSessionImpl(1438253008)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 696, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.155 s - in org.eclipse.persistence.testing.tests.SRGTestModel
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 696, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-core-lrg) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.core.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Wed Oct 25 10:56:10 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >--------
[INFO] Building EclipseLink CORBA Extension 3.0.5-SNAPSHOT              [12/39]
[INFO]   from foundation/org.eclipse.persistence.corba/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.corba ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.corba ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231371191
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.corba ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.corba ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.corba ---
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination.corba]
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination.corba]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.corba ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- exec:3.0.0:exec (start-corba-server) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.corba ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.corba ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.corba ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- antrun:3.0.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba ---
[INFO] Executing tasks
Initial Naming Context:
IOR:000000000000002b49444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696e67436f6e746578744578743a312e30000000000001000000000000009a000102000000000c31302e34302e32322e3939000462000000000045afabcb0000000020000f424000000001000000000000000200000008526f6f74504f41000000000d544e616d65536572766963650000000000000008000000010000000114000000000000020000000100000020000000000001000100000002050100010001002000010109000000010001010000000026000000020002
TransientNameServer: setting port for initial object references to: 1,122
Ready.
[INFO] Executed tasks
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Wed Oct 25 10:56:16 UTC 2023 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused (Connection refused)
Wed Oct 25 10:56:16 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[EL Info]: 2023-10-25 10:56:18.015--DatabaseSessionImpl(1122606666)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:56:18.283--DatabaseSessionImpl(1122606666)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-corba) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.corba.CorbaTestModel
[EL Info]: 2023-10-25 10:56:19.054--DatabaseSessionImpl(447212746)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:56:19.941--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table PHONE
Query: DataModifyQuery(sql="drop table PHONE")
[EL Warning]: 2023-10-25 10:56:19.944--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table RESPONS
Query: DataModifyQuery(sql="drop table RESPONS")
[EL Warning]: 2023-10-25 10:56:19.946--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table SALARY
Query: DataModifyQuery(sql="drop table SALARY")
[EL Warning]: 2023-10-25 10:56:19.948--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table PROJ_EMP
Query: DataModifyQuery(sql="drop table PROJ_EMP")
[EL Warning]: 2023-10-25 10:56:19.95--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table LPROJECT
Query: DataModifyQuery(sql="drop table LPROJECT")
[EL Warning]: 2023-10-25 10:56:19.951--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table PROJECT
Query: DataModifyQuery(sql="drop table PROJECT")
[EL Warning]: 2023-10-25 10:56:19.953--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table EMPLOYEE
Query: DataModifyQuery(sql="drop table EMPLOYEE")
[EL Warning]: 2023-10-25 10:56:19.955--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table ADDRESS
Query: DataModifyQuery(sql="drop table ADDRESS")
[EL Warning]: 2023-10-25 10:56:20.229--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CHILDNAM' because it does not exist.
Error Code: 30000
Call: drop table CHILDNAM
Query: DataModifyQuery(sql="drop table CHILDNAM")
[EL Warning]: 2023-10-25 10:56:20.23--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CHILDNAM' because it does not exist.
Error Code: 30000
Call: drop table CHILDNAM
Query: DataModifyQuery(sql="drop table CHILDNAM")
[EL Warning]: 2023-10-25 10:56:20.411--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'U_CON' because it does not exist.
Error Code: 30000
Call: DROP TABLE U_CON
Query: DataModifyQuery(sql="DROP TABLE U_CON")
[EL Warning]: 2023-10-25 10:56:20.414--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'U_EMP' because it does not exist.
Error Code: 30000
Call: DROP TABLE U_EMP
Query: DataModifyQuery(sql="DROP TABLE U_EMP")
[EL Warning]: 2023-10-25 10:56:20.417--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'U_ADD' because it does not exist.
Error Code: 30000
Call: DROP TABLE U_ADD
Query: DataModifyQuery(sql="DROP TABLE U_ADD")
[EL Warning]: 2023-10-25 10:56:20.42--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'U_WEATH' because it does not exist.
Error Code: 30000
Call: DROP TABLE U_WEATH
Query: DataModifyQuery(sql="DROP TABLE U_WEATH")
[EL Warning]: 2023-10-25 10:56:20.423--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONCURRENT_ADDRESS' because it does not exist.
Error Code: 30000
Call: DROP TABLE CONCURRENT_ADDRESS
Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_ADDRESS")
[EL Warning]: 2023-10-25 10:56:20.426--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONCURRENT_EMP' because it does not exist.
Error Code: 30000
Call: DROP TABLE CONCURRENT_EMP
Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_EMP")
[EL Warning]: 2023-10-25 10:56:20.429--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONCURRENT_PROJECT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CONCURRENT_PROJECT
Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PROJECT")
[EL Warning]: 2023-10-25 10:56:20.432--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONCURRENT_PHONE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CONCURRENT_PHONE
Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PHONE")
[EL Warning]: 2023-10-25 10:56:20.435--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MUTABLE_TYPE' because it does not exist.
Error Code: 30000
Call: DROP TABLE MUTABLE_TYPE
Query: DataModifyQuery(sql="DROP TABLE MUTABLE_TYPE")
[EL Warning]: 2023-10-25 10:56:20.615--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_EMP' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_EMP
Query: DataModifyQuery(sql="DROP TABLE MAP_EMP")
[EL Warning]: 2023-10-25 10:56:20.617--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_EMSP' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_EMSP
Query: DataModifyQuery(sql="DROP TABLE MAP_EMSP")
[EL Warning]: 2023-10-25 10:56:20.621--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_EMPH' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_EMPH
Query: DataModifyQuery(sql="DROP TABLE MAP_EMPH")
[EL Warning]: 2023-10-25 10:56:20.623--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_PHO' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_PHO
Query: DataModifyQuery(sql="DROP TABLE MAP_PHO")
[EL Warning]: 2023-10-25 10:56:20.626--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_CARD' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_CARD
Query: DataModifyQuery(sql="DROP TABLE MAP_CARD")
[EL Warning]: 2023-10-25 10:56:20.628--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_COM' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_COM
Query: DataModifyQuery(sql="DROP TABLE MAP_COM")
[EL Warning]: 2023-10-25 10:56:20.633--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_CUB' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_CUB
Query: DataModifyQuery(sql="DROP TABLE MAP_CUB")
[EL Warning]: 2023-10-25 10:56:20.636--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_EMERGENCYEXIT' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_EMERGENCYEXIT
Query: DataModifyQuery(sql="DROP TABLE MAP_EMERGENCYEXIT")
[EL Warning]: 2023-10-25 10:56:20.64--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUBICLE_EMERGENCYEXIT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CUBICLE_EMERGENCYEXIT
Query: DataModifyQuery(sql="DROP TABLE CUBICLE_EMERGENCYEXIT")
[EL Warning]: 2023-10-25 10:56:20.643--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_SHIP' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_SHIP
Query: DataModifyQuery(sql="DROP TABLE MAP_SHIP")
[EL Warning]: 2023-10-25 10:56:20.646--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_POL' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_POL
Query: DataModifyQuery(sql="DROP TABLE MAP_POL")
[EL Warning]: 2023-10-25 10:56:20.65--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_ADD' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_ADD
Query: DataModifyQuery(sql="DROP TABLE MAP_ADD")
[EL Warning]: 2023-10-25 10:56:20.652--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_MON' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_MON
Query: DataModifyQuery(sql="DROP TABLE MAP_MON")
[EL Warning]: 2023-10-25 10:56:20.655--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_HRW' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_HRW
Query: DataModifyQuery(sql="DROP TABLE MAP_HRW")
[EL Warning]: 2023-10-25 10:56:20.658--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_PERIPHERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_PERIPHERAL
Query: DataModifyQuery(sql="DROP TABLE MAP_PERIPHERAL")
[EL Warning]: 2023-10-25 10:56:20.66--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_SECURE' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_SECURE
Query: DataModifyQuery(sql="DROP TABLE MAP_SECURE")
[EL Warning]: 2023-10-25 10:56:20.664--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAP_IDENTIFICATION' because it does not exist.
Error Code: 30000
Call: DROP TABLE MAP_IDENTIFICATION
Query: DataModifyQuery(sql="DROP TABLE MAP_IDENTIFICATION")
[EL Warning]: 2023-10-25 10:56:20.788--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'OBJECT_A' because it does not exist.
Error Code: 30000
Call: Alter TABLE OBJECT_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE_
Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE_")
[EL Warning]: 2023-10-25 10:56:20.79--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'OWNER_A' because it does not exist.
Error Code: 30000
Call: ALTER TABLE OWNER_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE
Query: DataModifyQuery(sql="ALTER TABLE OWNER_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE")
[EL Warning]: 2023-10-25 10:56:20.791--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'OWNER_C' because it does not exist.
Error Code: 30000
Call: ALTER TABLE OWNER_C DROP CONSTRAINT OWNER_C_BACK_REF
Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP CONSTRAINT OWNER_C_BACK_REF")
[EL Warning]: 2023-10-25 10:56:20.792--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'OWNER_C' because it does not exist.
Error Code: 30000
Call: ALTER TABLE OWNER_C DROP CONSTRAINT OWNER_C_ONE_TO_ONE
Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP CONSTRAINT OWNER_C_ONE_TO_ONE")
[EL Warning]: 2023-10-25 10:56:20.793--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'OWNER_E' because it does not exist.
Error Code: 30000
Call: ALTER TABLE OWNER_E DROP CONSTRAINT OWNER_E_BACK_REF
Query: DataModifyQuery(sql="ALTER TABLE OWNER_E DROP CONSTRAINT OWNER_E_BACK_REF")
[EL Warning]: 2023-10-25 10:56:20.794--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE OWNER_A
Query: DataModifyQuery(sql="DROP TABLE OWNER_A")
[EL Warning]: 2023-10-25 10:56:20.797--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE OWNER_B
Query: DataModifyQuery(sql="DROP TABLE OWNER_B")
[EL Warning]: 2023-10-25 10:56:20.8--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER_C' because it does not exist.
Error Code: 30000
Call: DROP TABLE OWNER_C
Query: DataModifyQuery(sql="DROP TABLE OWNER_C")
[EL Warning]: 2023-10-25 10:56:20.803--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER_D' because it does not exist.
Error Code: 30000
Call: DROP TABLE OWNER_D
Query: DataModifyQuery(sql="DROP TABLE OWNER_D")
[EL Warning]: 2023-10-25 10:56:20.805--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER_E' because it does not exist.
Error Code: 30000
Call: DROP TABLE OWNER_E
Query: DataModifyQuery(sql="DROP TABLE OWNER_E")
[EL Warning]: 2023-10-25 10:56:20.849--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'PROJECT_WORKER_BATCH' because it does not exist.
Error Code: 30000
Call: Alter TABLE PROJECT_WORKER_BATCH DROP CONSTRAINT PROJECT_WORKER_BATCH_HD
Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP CONSTRAINT PROJECT_WORKER_BATCH_HD")
[EL Warning]: 2023-10-25 10:56:21.325--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'RO_PROMO' because it does not exist.
Error Code: 30000
Call: DROP TABLE RO_PROMO
Query: DataModifyQuery(sql="DROP TABLE RO_PROMO")
[EL Warning]: 2023-10-25 10:56:21.329--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'RO_ACTOR' because it does not exist.
Error Code: 30000
Call: DROP TABLE RO_ACTOR
Query: DataModifyQuery(sql="DROP TABLE RO_ACTOR")
[EL Warning]: 2023-10-25 10:56:21.333--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ACT_MOV' because it does not exist.
Error Code: 30000
Call: DROP TABLE ACT_MOV
Query: DataModifyQuery(sql="DROP TABLE ACT_MOV")
[EL Warning]: 2023-10-25 10:56:21.336--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ACT_CHA' because it does not exist.
Error Code: 30000
Call: DROP TABLE ACT_CHA
Query: DataModifyQuery(sql="DROP TABLE ACT_CHA")
[EL Warning]: 2023-10-25 10:56:21.339--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'RO_ADDR' because it does not exist.
Error Code: 30000
Call: DROP TABLE RO_ADDR
Query: DataModifyQuery(sql="DROP TABLE RO_ADDR")
[EL Warning]: 2023-10-25 10:56:21.342--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CHARITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE CHARITY
Query: DataModifyQuery(sql="DROP TABLE CHARITY")
[EL Warning]: 2023-10-25 10:56:21.345--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'HOLLYWOODAGENT' because it does not exist.
Error Code: 30000
Call: DROP TABLE HOLLYWOODAGENT
Query: DataModifyQuery(sql="DROP TABLE HOLLYWOODAGENT")
[EL Warning]: 2023-10-25 10:56:21.348--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'RO_MOVIE' because it does not exist.
Error Code: 30000
Call: DROP TABLE RO_MOVIE
Query: DataModifyQuery(sql="DROP TABLE RO_MOVIE")
[EL Warning]: 2023-10-25 10:56:21.351--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COUNTRY' because it does not exist.
Error Code: 30000
Call: DROP TABLE COUNTRY
Query: DataModifyQuery(sql="DROP TABLE COUNTRY")
[EL Warning]: 2023-10-25 10:56:21.353--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DEFAULT_READ_ONLY' because it does not exist.
Error Code: 30000
Call: DROP TABLE DEFAULT_READ_ONLY
Query: DataModifyQuery(sql="DROP TABLE DEFAULT_READ_ONLY")
[EL Warning]: 2023-10-25 10:56:21.419--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'QUERY_OPTION_EMPLOYEE' because it does not exist.
Error Code: 30000
Call: DROP TABLE QUERY_OPTION_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_EMPLOYEE")
[EL Warning]: 2023-10-25 10:56:21.422--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'QUERY_OPTION_HISTORY' because it does not exist.
Error Code: 30000
Call: DROP TABLE QUERY_OPTION_HISTORY
Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_HISTORY")
[EL Warning]: 2023-10-25 10:56:21.441--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'REPORT_EMPLOYEE' because it does not exist.
Error Code: 30000
Call: DROP TABLE REPORT_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE REPORT_EMPLOYEE")
[EL Warning]: 2023-10-25 10:56:21.445--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'REPORT_HISTORY' because it does not exist.
Error Code: 30000
Call: DROP TABLE REPORT_HISTORY
Query: DataModifyQuery(sql="DROP TABLE REPORT_HISTORY")
[EL Warning]: 2023-10-25 10:56:21.447--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEER' because it does not exist.
Error Code: 30000
Call: DROP TABLE BEER
Query: DataModifyQuery(sql="DROP TABLE BEER")
[EL Warning]: 2023-10-25 10:56:21.449--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BAR' because it does not exist.
Error Code: 30000
Call: DROP TABLE BAR
Query: DataModifyQuery(sql="DROP TABLE BAR")
[EL Warning]: 2023-10-25 10:56:21.451--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BAR_BEER' because it does not exist.
Error Code: 30000
Call: DROP TABLE BAR_BEER
Query: DataModifyQuery(sql="DROP TABLE BAR_BEER")
[EL Warning]: 2023-10-25 10:56:21.453--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PERSON' because it does not exist.
Error Code: 30000
Call: DROP TABLE PERSON
Query: DataModifyQuery(sql="DROP TABLE PERSON")
[EL Warning]: 2023-10-25 10:56:21.454--DatabaseSessionImpl(447212746)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BREWER' because it does not exist.
Error Code: 30000
Call: DROP TABLE BREWER
Query: DataModifyQuery(sql="DROP TABLE BREWER")
[EL Info]: 2023-10-25 10:56:21.472--ServerSession(135002781)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
The following environment properties must be set to run this test.
-Djava.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory -Djava.naming.provider.url=iiop://localhost:900
The follwing corba naming server must also be started on the computer.
<java_home>/bin/tnameserv.exe

Running BasicReadTestSuite
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: this test can't work with table qualifier set
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: this test can't work with table qualifier set
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: this test can't work with table qualifier set
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: this test can't work with table qualifier set
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: this test can't work with table qualifier set
Tests run: 23, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.603 sec

Running UnitOfWorkTestSuite
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test cannot be run through the remote.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test cannot be run through the remote.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Test unavailable on Remote UnitOfWork
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test uses functionality that does not work over remote sessions in Apache Derby.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test uses functionality that does not work over remote sessions in Apache Derby.
[EL Warning]: 2023-10-25 10:56:33.072--UnitOfWork(639790946)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: Jill May] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 2
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Test not supported on remote.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test cannot be run through the remote.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test cannot be run through the remote.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test cannot be run through the remote.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test uses functionality that does not work over remote sessions in Apache Derby.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test uses functionality that does not work over remote sessions.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Not support in remote
[EL Warning]: 2023-10-25 10:56:33.8--UnitOfWork(728107145)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: org.apache.derby.shared.common.error.DerbySQLIntegrityConstraintViolationException: The statement was aborted because it would have caused a duplicate key value in a unique or primary key constraint or unique index identified by 'SQL231025105620411' defined on 'U_EMP'.
Error Code: 20000
Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?)
	bind => [2 parameters bound]
Query: InsertObjectQuery(org.eclipse.persistence.testing.tests.unitofwork.Person@5a4e76e)
[EL Warning]: 2023-10-25 10:56:33.906--UnitOfWork(904281382)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: Attempt to register an object with dead indirection as a new object.  Possibly the object was deleted or removed from the cache during a merge of a serialized clone.  This is a concurrency violation, consider a locking strategy.
Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner]
Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)])
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: test will not run on RemoteSession - it uses events
[EL Warning]: 2023-10-25 10:56:33.932--ClientSession(150500833)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.QueryException
Exception Description: Modify queries require an object to modify.
Query: DeleteObjectQuery(null)
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Test not supported on remote session.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Test not supported on remote session.
Tests run: 75, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 1.800 sec

Running UnitOfWorkEventTestSuite
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This feature is not supported at remoteSession
[EL Warning]: 2023-10-25 10:56:34.047--UnitOfWork(48047094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLDataException: A truncation error was encountered trying to shrink VARCHAR 'firstName_maxfieldLength_00000000000000000000000000000000000&' to length 40.
Error Code: 20000
Call: UPDATE EMPLOYEE SET F_NAME = ?, VERSION = ? WHERE ((EMP_ID = ?) AND (VERSION = ?))
	bind => [4 parameters bound]
Query: UpdateObjectQuery(Employee: firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 May)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.033 sec

Running FeatureTestSuite
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.190 sec

Running QueryTestSuite
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Cascade part with no IM on remote with indirection fails on remote.
Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.158 sec

Running RefreshObjectTestSuite
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec

Running ReportQueryTestSuite
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Test not supported in remote, it needs to modify the server-side session descriptor.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test does not work on the this platform
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This Test is not designed to work with RemoteSessions.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Report queries with objects are not supported on remote session.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Report queries with objects are not supported on remote session.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Report queries with objects are not supported on remote session.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: Report queries with objects are not supported on remote session.
Tests run: 56, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.538 sec

Running TransparentIndirectionTestSuite
Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.483 sec

Running ExceptionsTestSuite
IORImpl[type=IDL:org/eclipse/persistence/testing/Remote/SunCORBA/CORBAServerManager:1.0 iorTemplates=[IORTemplate[oktemp=ObjectKeyTemplate[magic=afabcb00 scid=2 serverid=1719314575 orbid= oaid=ObjectAdapterID[TransientObjectAdapter] profile templates:[IIOPProfileTemplateImpl[giopVersion=1.2 primary=10.40.22.99:40905]]]] is ready.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
Log level changed by test model:SunCORBARemoteModel
[EL Info]: 2023-10-25 10:56:36.614--DatabaseSessionImpl(1198978735)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054

Running Validation Security Tests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
[EL Info]: 2023-10-25 10:56:36.634--DatabaseSessionImpl(1452636619)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 273, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.778 s - in org.eclipse.persistence.testing.tests.corba.CorbaTestModel
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 273, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.corba ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Wed Oct 25 10:56:37 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------
[INFO] Building EclipseLink Extension 3.0.5-SNAPSHOT                    [13/39]
[INFO]   from foundation/org.eclipse.persistence.extension/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.extension ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.extension ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231397219
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.extension ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.extension ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest
[EL Info]: 2023-10-25 10:56:37.678--Running test SLF4JLoggerTest.testLogMessage
[EL Info]: 2023-10-25 10:56:37.842--Running test SLF4JLoggerTest.testGetLevel
[EL Info]: 2023-10-25 10:56:37.845--Running test SLF4JLoggerTest.testLogExceptionStackTrace
[EL Info]: 2023-10-25 10:56:37.887--Running test SLF4JLoggerTest.testLogExceptionWithoutStackTrace
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >--
[INFO] Building EclipseLink Test Server Parent 3.0.5-SNAPSHOT           [14/39]
[INFO]   from testing/server/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.test.server.parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.test.server.parent ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231402160
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.test.server.parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.test.server.parent ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------
[INFO] Building EclipseLink JPA Test 3.0.5-SNAPSHOT                     [15/39]
[INFO]   from jpa/eclipselink.jpa.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)'
[WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave)'
[WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings)'
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231406591
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-generated-test-sources-dir) @ org.eclipse.persistence.jpa.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/generated-test-sources/jpa-runner-src added.
[INFO] 
[INFO] --- replacer:1.5.3:replace (filter-test-src-TestRunnerBean) @ org.eclipse.persistence.jpa.test ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- processor:4.5-jdk8:process-test (generate-canonical-meta-model-classes) @ org.eclipse.persistence.jpa.test ---
[INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ...
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] 
[INFO] --- processor:4.5-jdk8:process-test (generate-inheritance-model-classes) @ org.eclipse.persistence.jpa.test ---
[INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ...
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(1942591135)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(1942591135)--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.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] 
[INFO] --- processor:4.5-jdk8:process-test (generate-jpa-metamodel-classes) @ org.eclipse.persistence.jpa.test ---
[INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ...
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 227 resources
[INFO] Copying 227 resources
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Wed Oct 25 10:56:50 UTC 2023 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused (Connection refused)
Wed Oct 25 10:56:50 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1942 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[INFO] [EL Info]: processor: Creating static metadata factory ...
[WARNING] [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location.
[WARNING] No processor claimed any of these annotations: org.eclipse.persistence.annotations.TenantDiscriminatorColumn,jakarta.persistence.PrePersist,jakarta.persistence.PreUpdate,jakarta.annotation.PostConstruct,org.eclipse.persistence.annotations.Indexes,org.eclipse.persistence.annotations.NamedStoredProcedureQueries,jakarta.persistence.Table,jakarta.persistence.Cacheable,org.eclipse.persistence.annotations.Struct,jakarta.persistence.ExcludeDefaultListeners,org.eclipse.persistence.annotations.ObjectTypeConverter,jakarta.persistence.CollectionTable,jakarta.persistence.Temporal,jakarta.persistence.EntityListeners,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQuery,jakarta.persistence.NamedQuery,jakarta.persistence.Lob,jakarta.persistence.ManyToMany,jakarta.persistence.AttributeOverride,jakarta.ejb.EJB,jakarta.persistence.PrimaryKeyJoinColumns,jakarta.persistence.Convert,org.eclipse.persistence.annotations.PrivateOwned,org.eclipse.persistence.annotations.DeleteAll,jakarta.persistence.IdClass,jakarta.persistence.AttributeOverrides,org.eclipse.persistence.oxm.annotations.XmlPath,jakarta.xml.bind.annotation.XmlAccessorType,org.junit.AfterClass,jakarta.ejb.Singleton,org.eclipse.persistence.annotations.NamedStoredFunctionQuery,jakarta.persistence.NamedQueries,jakarta.persistence.Transient,org.eclipse.persistence.annotations.AdditionalCriteria,jakarta.persistence.Id,jakarta.annotation.PreDestroy,org.eclipse.persistence.annotations.Converter,jakarta.persistence.Enumerated,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredProcedureQueries,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQueries,jakarta.persistence.MapKey,jakarta.persistence.AssociationOverrides,jakarta.persistence.AssociationOverride,jakarta.persistence.PostRemove,org.eclipse.persistence.annotations.ClassExtractor,jakarta.persistence.JoinTable,jakarta.persistence.MappedSuperclass,jakarta.xml.bind.annotation.XmlRootElement,org.eclipse.persistence.platform.database.oracle.annotations.OracleObjects,org.eclipse.persistence.annotations.BasicMap,org.eclipse.persistence.annotations.TypeConverter,jakarta.persistence.Inheritance,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecords,jakarta.persistence.MapKeyClass,jakarta.validation.constraints.Size,org.eclipse.persistence.annotations.HashPartitioning,org.junit.runner.RunWith,jakarta.validation.Valid,jakarta.persistence.Embedded,jakarta.persistence.PersistenceContext,jakarta.ejb.TransactionManagement,jakarta.ejb.TransactionAttribute,org.eclipse.persistence.annotations.Cache,org.eclipse.persistence.annotations.CascadeOnDelete,org.junit.runners.Suite.SuiteClasses,org.eclipse.persistence.annotations.MapKeyConvert,jakarta.persistence.SequenceGenerator,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLTable,jakarta.persistence.PrimaryKeyJoinColumn,org.eclipse.persistence.annotations.JoinFetch,org.eclipse.persistence.annotations.WriteTransformers,org.junit.Before,org.eclipse.persistence.annotations.TenantTableDiscriminator,jakarta.persistence.SqlResultSetMappings,org.eclipse.persistence.annotations.ReadOnly,jakarta.persistence.Converts,org.junit.Test,org.eclipse.persistence.annotations.Partitioning,org.eclipse.persistence.annotations.VirtualAccessMethods,jakarta.validation.constraints.Max,jakarta.persistence.ElementCollection,org.eclipse.persistence.annotations.CollectionTable,jakarta.persistence.OrderBy,org.eclipse.persistence.annotations.FetchGroups,org.eclipse.persistence.annotations.ExcludeDefaultMappings,org.eclipse.persistence.annotations.Converters,org.eclipse.persistence.annotations.ObjectTypeConverters,org.eclipse.persistence.annotations.ChangeTracking,jakarta.inject.Inject,jakarta.validation.constraints.Min,jakarta.persistence.Entity,org.eclipse.persistence.annotations.CloneCopyPolicy,org.eclipse.persistence.annotations.Partitioned,org.eclipse.persistence.annotations.Noncacheable,jakarta.persistence.MapKeyColumn,org.eclipse.persistence.annotations.ValuePartitioning,jakarta.persistence.OneToOne,org.eclipse.persistence.annotations.Property,jakarta.persistence.SecondaryTable,org.eclipse.persistence.annotations.BatchFetch,org.eclipse.samples.annotations.CycleA,org.eclipse.samples.annotations.CycleC,org.eclipse.samples.annotations.CycleB,jakarta.persistence.Access,org.junit.After,org.eclipse.persistence.annotations.PrimaryKey,jakarta.persistence.PersistenceUnit,jakarta.persistence.NamedStoredProcedureQueries,org.eclipse.persistence.annotations.Structure,jakarta.persistence.SqlResultSetMapping,jakarta.persistence.PersistenceUnits,jakarta.persistence.NamedEntityGraphs,org.eclipse.persistence.annotations.SerializedConverter,jakarta.persistence.MapKeyJoinColumn,jakarta.persistence.DiscriminatorValue,org.eclipse.persistence.annotations.CacheIndex,jakarta.ejb.Stateful,jakarta.persistence.JoinColumn,org.eclipse.persistence.annotations.FetchGroup,jakarta.persistence.OrderColumn,jakarta.persistence.Converter,jakarta.persistence.EmbeddedId,jakarta.persistence.PostLoad,org.eclipse.persistence.annotations.Array,jakarta.persistence.PreRemove,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecord,jakarta.persistence.Basic,org.eclipse.persistence.annotations.VariableOneToOne,org.eclipse.persistence.annotations.Mutable,jakarta.persistence.PostUpdate,jakarta.ejb.Stateless,jakarta.xml.bind.annotation.XmlTransient,jakarta.persistence.NamedNativeQueries,jakarta.persistence.MapKeyJoinColumns,jakarta.persistence.metamodel.StaticMetamodel,org.eclipse.persistence.annotations.BasicCollection,org.eclipse.persistence.annotations.RoundRobinPartitioning,jakarta.persistence.MapsId,jakarta.persistence.MapKeyTemporal,org.eclipse.persistence.annotations.TypeConverters,org.junit.BeforeClass,org.eclipse.persistence.annotations.PinnedPartitioning,org.eclipse.persistence.annotations.Customizer,org.eclipse.persistence.annotations.ReadTransformer,org.eclipse.persistence.annotations.CopyPolicy,jakarta.persistence.OneToMany,jakarta.persistence.ManyToOne,org.eclipse.persistence.annotations.Convert,jakarta.validation.constraints.NotNull,org.eclipse.samples.annotations.CycleSelf,org.eclipse.persistence.annotations.WriteTransformer,org.eclipse.samples.LoggableEmployee,jakarta.persistence.TableGenerator,jakarta.persistence.PersistenceContexts,jakarta.persistence.DiscriminatorColumn,org.eclipse.persistence.annotations.Properties,org.eclipse.persistence.annotations.SerializedConverters,org.eclipse.persistence.annotations.OrderCorrection,org.eclipse.persistence.annotations.Index,jakarta.persistence.ExcludeSuperclassListeners,org.eclipse.persistence.annotations.UnionPartitioning,org.eclipse.persistence.platform.database.oracle.annotations.OracleArrays,org.eclipse.persistence.annotations.CompositeMember,org.eclipse.persistence.annotations.Multitenant,jakarta.persistence.JoinColumns,jakarta.persistence.PostPersist,jakarta.ejb.Remote,jakarta.persistence.Embeddable,org.eclipse.persistence.annotations.OptimisticLocking,jakarta.persistence.GeneratedValue,org.eclipse.persistence.annotations.RangePartitioning,jakarta.persistence.SecondaryTables,jakarta.persistence.Column,org.junit.Ignore,org.eclipse.persistence.annotations.InstantiationCopyPolicy,jakarta.persistence.NamedNativeQuery,org.eclipse.persistence.annotations.ExistenceChecking,jakarta.persistence.Version
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/EmployeePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.partitioned.EmployeePK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/EmploymentPeriod.java:[38,8] Class org.eclipse.persistence.testing.models.jpa.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Blue.java:[36,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Blue overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[47,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BlueLight.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BlueLight overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/CoronaTag.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Corona.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Heineken.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[27,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Becks.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BecksTag.java:[29,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/owning/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/EmploymentPeriod.java:[30,8] Class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2356,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2361,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2366,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2371,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2376,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.delimited.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_2/EmploymentPeriod.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/MajorId.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MajorId overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Address.java:[56,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Phone.java:[39,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Phone overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/LieutenantId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LieutenantId overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PartnerLinkPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PartnerLinkPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/DepartmentPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.DepartmentPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/CoronaTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/advanced/PhoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Heineken.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Alpine.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Corona.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumber.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Becks.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/BecksTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/Alpine.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumber.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/EmploymentPeriod.java:[28,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Employee.java:[128,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PartnerLinkPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.PartnerLinkPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/CellNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CellNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Torso.java:[24,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Torso overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Heart.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Heart overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/embeddable/Country.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.advanced.embeddable.Country overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/OfficePK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.OfficePK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeTestSuite.java:[185,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[120,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/config/PhoneNumberPK.java:[23,8] Class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2218,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2223,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2228,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2233,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2238,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/GeneralId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.GeneralId overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5195,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5200,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5205,116] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5210,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5215,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5220,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/Project.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/Project.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- iterator:0.5.1:iterator (pack-model) @ org.eclipse.persistence.jpa.test ---
[INFO] ------ (eclipselink-annotation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/classes
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar
[INFO] ------ (eclipselink-xml-only-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar
[INFO] ------ (eclipselink-advanced-properties) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar
[INFO] ------ (eclipselink-pu with spaces) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar
[INFO] ------ (eclipselink-validation-failed-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar
[INFO] ------ (eclipselink-xml-merge-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar
[INFO] ------ (eclipselink-advanced-field-access-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar
[INFO] ------ (eclipselink-cascade-deletes-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar
[INFO] ------ (eclipselink-cacheable-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar
[INFO] ------ (eclipselink-ddl-generation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar
[INFO] ------ (eclipselink-delimited-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar
[INFO] ------ (eclipselink-extensibility-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar
[INFO] ------ (eclipselink-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar
[INFO] ------ (eclipselink-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar
[INFO] ------ (eclipselink-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar
[INFO] ------ (eclipselink-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar
[INFO] ------ (eclipselink-jpa21-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar
[INFO] ------ (eclipselink-metamodel-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar
[INFO] ------ (eclipselink-partitioned-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar
[INFO] ------ (eclipselink-xml-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar
[INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar
[INFO] ------ (eclipselink-plsql-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar
[INFO] ------ (eclipselink-remote) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar
[INFO] ------ (jpa-performance) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar
[INFO] ------ (jpa-performance2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar
[INFO] ------ (eclipselink-beanvalidation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar
[INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar
[INFO] ------ (eclipselink-identity-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar
[INFO] ------ (eclipselink-jpa22-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar
[INFO] ------ (eclipselink-xml-extended-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar
[INFO] 
[INFO] --- iterator:0.5.1:iterator (pack-server) @ org.eclipse.persistence.jpa.test ---
[INFO] Skip by user request.
[INFO] 
[INFO] --- iterator:0.5.1:iterator (weave-model-static) @ org.eclipse.persistence.jpa.test ---
[INFO] ------ (eclipselink-annotation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-ddl-generation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-validation-failed-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-cacheable-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-advanced-field-access-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-advanced-properties) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-pu with spaces) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-partitioned-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-plsql-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-cascade-deletes-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (jpa-performance) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-metamodel-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-delimited-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-extensibility-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-beanvalidation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-extended-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-remote) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] 
[INFO] --- iterator:0.5.1:iterator (weave-model-static-with-persistence-info) @ org.eclipse.persistence.jpa.test ---
[INFO] ------ (eclipselink-xml-only-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-merge-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-client.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.5-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.jpa.test ---
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/.m2/repository/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] WildFlyHomeDir exists:true
[INFO] Skip WildFly configuration: false
[INFO] 
[INFO] --- xml:1.0.2:transform (configure-wildfly-modules) @ org.eclipse.persistence.jpa.test ---
[INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.jpa.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- iterator:0.5.1:invoker (test-server-lrg1) @ org.eclipse.persistence.jpa.test ---
[INFO] Skip by user request.
[INFO] 
[INFO] --- iterator:0.5.1:invoker (test-server-lrg2) @ org.eclipse.persistence.jpa.test ---
[INFO] Skip by user request.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[EL Info]: 2023-10-25 10:57:27.421--DatabaseSessionImpl(891093184)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:57:28.107--DatabaseSessionImpl(891093184)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-srg) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2023-10-25T10-57-26_840-jvmRun1.dumpstream
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite
[EL Warning]: metadata: ServerSession(987255094)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ValidationException
Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default].
[EL Warning]: metadata: ServerSession(987255094)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: ServerSession(987255094)--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.
[EL Warning]: metadata: ServerSession(987255094)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: ServerSession(987255094)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(987255094)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(987255094)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(987255094)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(987255094)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(987255094)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(987255094)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(987255094)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(987255094)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(987255094)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(987255094)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(987255094)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(987255094)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(987255094)--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.
[EL Warning]: metadata: ServerSession(987255094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(987255094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(987255094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(987255094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(987255094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(987255094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Info]: ServerSession(987255094)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metadata: ServerSession(987255094)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(987255094)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(987255094)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(987255094)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(987255094)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(987255094)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(987255094)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(987255094)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(987255094)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(987255094)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(987255094)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(987255094)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(987255094)--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.
[EL Warning]: ddl: ServerSession(987255094)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.SCIENTIST_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR SCIENTIST_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR SCIENTIST_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.AC_SCHOOL_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR AC_SCHOOL_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR AC_SCHOOL_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.ANN_MERGE_ADDRESS_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR ANN_MERGE_ADDRESS_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR ANN_MERGE_ADDRESS_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.PLANARBEITSGANGSEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR PlanArbeitsgangSEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR PlanArbeitsgangSEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.AC_NUT_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR AC_NUT_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR AC_NUT_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.AC_BOLT_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR AC_BOLT_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR AC_BOLT_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.MATERIALSEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR MaterialSEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR MaterialSEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.PROJECT_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR PROJECT_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR PROJECT_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.BUYER_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR BUYER_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR BUYER_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.XML_INC_ADDRESS_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR XML_INC_ADDRESS_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR XML_INC_ADDRESS_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.AC_STUDENT_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR AC_STUDENT_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR AC_STUDENT_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.ADDRESS_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR ADDRESS_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR ADDRESS_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.XML_MERGE_PROJECT_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR XML_MERGE_PROJECT_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR XML_MERGE_PROJECT_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.MATERIALEREIGNISSEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR MaterialEreignisSEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR MaterialEreignisSEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.XML_MERGE_ADDRESS_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR XML_MERGE_ADDRESS_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR XML_MERGE_ADDRESS_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.PLANARBEITSGANGHISTSEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR PlanArbeitsgangHistSEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR PlanArbeitsgangHistSEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.CMP3_AD_CU_ADDRESS_ID_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR CMP3_AD_CU_ADDRESS_ID_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR CMP3_AD_CU_ADDRESS_ID_SEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.MATERIALHISTSEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR MaterialHistSEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR MaterialHistSEQ)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.ID_SEQUENCE' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR ID_SEQUENCE)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR ID_SEQUENCE)")
[EL Warning]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.CMP3_AD_CU_CUSTOMER_ID_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR CMP3_AD_CU_CUSTOMER_ID_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR CMP3_AD_CU_CUSTOMER_ID_SEQ)")
[EL Info]: 2023-10-25 10:57:35.823--ServerSession(639264440)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metamodel: 2023-10-25 10:57:35.828--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
[EL Info]: 2023-10-25 10:57:35.831--ServerSession(1173438780)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metamodel: 2023-10-25 10:57:35.833--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
[EL Info]: 2023-10-25 10:57:35.836--ServerSession(121486885)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metamodel: 2023-10-25 10:57:35.838--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units.  Please verify that your entity classes are referenced in persistence.xml using either <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
[EL Warning]: properties: ServerSession(987255094)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
[EL Warning]: properties: ServerSession(987255094)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
[EL Info]: ServerSession(987255094)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: query: UnitOfWork(1567441485)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
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)
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)").
[EL Info]: transaction: ClientSession(907152011)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Warning]: ClientSession(907152011)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Warning]: ClientSession(907152011)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Info]: query: UnitOfWork(1627679004)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
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)
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)").
[EL Warning]: ClientSession(1515420182)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Warning]: ClientSession(1515420182)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Info]: query: UnitOfWork(7313260)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
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)
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)").
[EL Info]: transaction: ClientSession(1147244518)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Warning]: ClientSession(1147244518)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Warning]: ClientSession(1147244518)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Info]: ServerSession(987255094)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: ServerSession(987255094)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: query: UnitOfWork(1013657610)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
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)
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)").
[EL Severe]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: sql: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Info]: transaction: ClientSession(1151415961)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Severe]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: sql: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Info]: ServerSession(987255094)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: ServerSession(987255094)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Severe]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: UnitOfWork(341985996)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Info]: query: UnitOfWork(460212065)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
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))
	bind => [1 parameter bound]
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))").
[EL Warning]: UnitOfWork(2042575333)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
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))
	bind => [1 parameter bound]
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))")
[EL Info]: transaction: ClientSession(636002577)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Info]: transaction: ClientSession(1009195400)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Severe]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: ClientSession(1009195400)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Info]: query: UnitOfWork(988637485)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
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))
	bind => [1 parameter bound]
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))").
[EL Warning]: UnitOfWork(1829390882)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
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))
	bind => [1 parameter bound]
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))")
[EL Info]: transaction: ClientSession(569670093)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Info]: transaction: ClientSession(1404635097)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Severe]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: ClientSession(1404635097)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Info]: query: UnitOfWork(742067400)--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 - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
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))
	bind => [1 parameter bound]
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))").
[EL Warning]: UnitOfWork(173876169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
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))
	bind => [1 parameter bound]
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))")
[EL Info]: ServerSession(987255094)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metadata: ServerSession(324700168)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ValidationException
Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default].
[EL Warning]: metadata: ServerSession(324700168)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: ServerSession(324700168)--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.
[EL Warning]: metadata: ServerSession(324700168)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: ServerSession(324700168)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(324700168)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(324700168)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(324700168)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(324700168)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(324700168)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(324700168)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(324700168)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(324700168)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(324700168)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(324700168)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(324700168)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(324700168)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(324700168)--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.
[EL Warning]: metadata: ServerSession(324700168)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(324700168)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(324700168)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(324700168)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(324700168)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(324700168)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Info]: ServerSession(324700168)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metadata: ServerSession(324700168)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(324700168)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(324700168)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(324700168)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(324700168)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(324700168)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(324700168)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(324700168)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(324700168)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(324700168)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(324700168)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(324700168)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(324700168)--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.
[EL Warning]: UnitOfWork(400758359)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLDataException: A truncation error was encountered trying to shrink VARCHAR 'firstName_maxfieldLength_00000000000000000000000000000000000&' to length 40.
Error Code: 20000
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
	bind => [23 parameters bound]
Query: InsertObjectQuery(Employee: 326)
[EL Warning]: metadata: ServerSession(320205269)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ValidationException
Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default].
[EL Warning]: metadata: ServerSession(320205269)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: ServerSession(320205269)--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.
[EL Warning]: metadata: ServerSession(320205269)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: ServerSession(320205269)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(320205269)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(320205269)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(320205269)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(320205269)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(320205269)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(320205269)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(320205269)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(320205269)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(320205269)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(320205269)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(320205269)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(320205269)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(320205269)--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.
[EL Warning]: metadata: ServerSession(320205269)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(320205269)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(320205269)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(320205269)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(320205269)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(320205269)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Info]: ServerSession(320205269)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Severe]: ejb: ServerSession(320205269)--Exception [EclipseLink-4003] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Exception Description: Configuration error.  Class [myDriver] not found.
[EL Warning]: metadata: ServerSession(542295199)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ValidationException
Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default].
[EL Warning]: metadata: ServerSession(542295199)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: ServerSession(542295199)--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.
[EL Warning]: metadata: ServerSession(542295199)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: ServerSession(542295199)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(542295199)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(542295199)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(542295199)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(542295199)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(542295199)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(542295199)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(542295199)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(542295199)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(542295199)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(542295199)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(542295199)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(542295199)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(542295199)--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.
[EL Warning]: metadata: ServerSession(542295199)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(542295199)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(542295199)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(542295199)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(542295199)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(542295199)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Info]: ServerSession(542295199)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Severe]: ejb: ServerSession(542295199)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Cannot acquire data source [myNonJtaDS].
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
WARNING: This database does not support FOR UPDATE.
WARNING: This database does not support NOWAIT.
WARNING: Can't run this test because SELECT FOR UPDATE NO WAIT is not supported on this platform
[EL Warning]: metadata: ServerSession(1987154475)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ValidationException
Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default].
[EL Warning]: metadata: ServerSession(1987154475)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: ServerSession(1987154475)--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.
[EL Warning]: metadata: ServerSession(1987154475)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: ServerSession(1987154475)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(1987154475)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(1987154475)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(1987154475)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(1987154475)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(1987154475)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(1987154475)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(1987154475)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(1987154475)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(1987154475)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(1987154475)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: ServerSession(1987154475)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(1987154475)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(1987154475)--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.
[EL Warning]: metadata: ServerSession(1987154475)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(1987154475)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(1987154475)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(1987154475)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(1987154475)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: ServerSession(1987154475)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Info]: ServerSession(1987154475)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metadata: ServerSession(1987154475)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(1987154475)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(1987154475)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(1987154475)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(1987154475)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(1987154475)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(1987154475)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(1987154475)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(1987154475)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(1987154475)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(1987154475)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: ServerSession(1987154475)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: ServerSession(1987154475)--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.
[EL Warning]: UnitOfWork(264029738)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
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. 
Class> org.eclipse.persistence.testing.models.jpa.advanced.Dealer Primary Key> 116
[EL Warning]: UnitOfWork(1752747395)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 418] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 418
[EL Warning]: UnitOfWork(1397077644)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 419] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 419
WARNING: This database does not support FOR UPDATE.
WARNING: This database does not support FOR UPDATE.
WARNING: This database does not support NOWAIT.
WARNING: This database does not support FOR UPDATE.
WARNING: This database does not support NOWAIT.
WARNING: This database does not support FOR UPDATE.
WARNING: This database does not support FOR UPDATE.
[EL Info]: ServerSession(1987154475)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
Ds - Allocating new non-tx connection
[EL Info]: ServerSession(1987154475)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: ServerSession(1987154475)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: ServerSession(1987154475)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: UnitOfWork(349818946)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ValidationException
Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed.
[EL Warning]: UnitOfWork(2102540468)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ValidationException
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.
[EL Warning]: UnitOfWork(1278428428)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 605] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 605
[EL Warning]: UnitOfWork(900425684)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 628] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 628
WARNING: This database does not support NOWAIT.
WARNING: This database does not support NOWAIT.
[EL Warning]: metadata: 2023-10-25 10:57:47.067--ServerSession(1151460818)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ValidationException
Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default].
[EL Warning]: metadata: 2023-10-25 10:57:47.143--ServerSession(1151460818)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: 2023-10-25 10:57:47.143--ServerSession(1151460818)--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.
[EL Warning]: metadata: 2023-10-25 10:57:47.151--ServerSession(1151460818)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: 2023-10-25 10:57:47.166--ServerSession(1151460818)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.168--ServerSession(1151460818)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2023-10-25 10:57:47.171--ServerSession(1151460818)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.173--ServerSession(1151460818)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.173--ServerSession(1151460818)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.174--ServerSession(1151460818)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2023-10-25 10:57:47.174--ServerSession(1151460818)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2023-10-25 10:57:47.175--ServerSession(1151460818)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2023-10-25 10:57:47.175--ServerSession(1151460818)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.176--ServerSession(1151460818)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.176--ServerSession(1151460818)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.185--ServerSession(1151460818)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.186--ServerSession(1151460818)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.187--ServerSession(1151460818)--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.
[EL Warning]: metadata: 2023-10-25 10:57:47.188--ServerSession(1151460818)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.188--ServerSession(1151460818)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.188--ServerSession(1151460818)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.188--ServerSession(1151460818)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.188--ServerSession(1151460818)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.189--ServerSession(1151460818)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.248--ServerSession(2035905661)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ValidationException
Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default].
[EL Warning]: metadata: 2023-10-25 10:57:47.311--ServerSession(2035905661)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: 2023-10-25 10:57:47.311--ServerSession(2035905661)--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.
[EL Warning]: metadata: 2023-10-25 10:57:47.341--ServerSession(2035905661)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: 2023-10-25 10:57:47.359--ServerSession(2035905661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.36--ServerSession(2035905661)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2023-10-25 10:57:47.364--ServerSession(2035905661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.366--ServerSession(2035905661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.366--ServerSession(2035905661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.367--ServerSession(2035905661)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2023-10-25 10:57:47.367--ServerSession(2035905661)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2023-10-25 10:57:47.368--ServerSession(2035905661)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2023-10-25 10:57:47.368--ServerSession(2035905661)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.369--ServerSession(2035905661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.369--ServerSession(2035905661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:57:47.379--ServerSession(2035905661)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.379--ServerSession(2035905661)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.381--ServerSession(2035905661)--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.
[EL Warning]: metadata: 2023-10-25 10:57:47.382--ServerSession(2035905661)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.382--ServerSession(2035905661)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.382--ServerSession(2035905661)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.382--ServerSession(2035905661)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.383--ServerSession(2035905661)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2023-10-25 10:57:47.383--ServerSession(2035905661)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Info]: 2023-10-25 10:57:47.476--ServerSession(2035905661)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metadata: 2023-10-25 10:57:47.491--ServerSession(2035905661)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2023-10-25 10:57:47.491--ServerSession(2035905661)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2023-10-25 10:57:47.492--ServerSession(2035905661)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2023-10-25 10:57:47.493--ServerSession(2035905661)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2023-10-25 10:57:47.497--ServerSession(2035905661)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2023-10-25 10:57:47.498--ServerSession(2035905661)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2023-10-25 10:57:47.5--ServerSession(2035905661)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2023-10-25 10:57:47.516--ServerSession(2035905661)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2023-10-25 10:57:47.518--ServerSession(2035905661)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2023-10-25 10:57:47.519--ServerSession(2035905661)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2023-10-25 10:57:47.523--ServerSession(2035905661)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2023-10-25 10:57:47.526--ServerSession(2035905661)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2023-10-25 10:57:47.527--ServerSession(2035905661)--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.
[EL Warning]: 2023-10-25 10:57:47.921--UnitOfWork(1147061049)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 712] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 712
[EL Warning]: query: 2023-10-25 10:58:05.729--UnitOfWork(27480129)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding.
[EL Warning]: query: 2023-10-25 10:58:05.806--UnitOfWork(2060716124)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding.
[EL Warning]: 2023-10-25 10:58:05.859--UnitOfWork(1411210312)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 722] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 722
[INFO] Tests run: 263, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.038 s - in org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite
[INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[EL Info]: 2023-10-25 10:58:06.602--DatabaseSessionImpl(390652814)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:58:06.628--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734500' because CONSTRAINT 'CMP3DPTCMPMNGRSMPD' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_EMPLOYEE DROP CONSTRAINT SQL231025105734500
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_EMPLOYEE DROP CONSTRAINT SQL231025105734500")
[EL Warning]: 2023-10-25 10:58:06.634--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734580' because CONSTRAINT 'CMP3HPROJECTPROJID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_PROJECT DROP CONSTRAINT SQL231025105734580
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_PROJECT DROP CONSTRAINT SQL231025105734580")
[EL Warning]: 2023-10-25 10:58:06.638--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734491' because CONSTRAINT 'CMP3EMPLOYEEDEPTID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_DEPT DROP CONSTRAINT SQL231025105734491
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_DEPT DROP CONSTRAINT SQL231025105734491")
[EL Warning]: 2023-10-25 10:58:06.641--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734460' because CONSTRAINT 'BYRCREDITLINESBYRD' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_BUYER DROP CONSTRAINT SQL231025105734460
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_BUYER DROP CONSTRAINT SQL231025105734460")
[EL Warning]: 2023-10-25 10:58:06.644--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734761' because CONSTRAINT 'FK_JPA_BILL_ACTION_BILLLINE_ID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.JPA_BILL_LINE DROP CONSTRAINT SQL231025105734761
Query: DataModifyQuery(sql="ALTER TABLE ROOT.JPA_BILL_LINE DROP CONSTRAINT SQL231025105734761")
[EL Warning]: 2023-10-25 10:58:06.647--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734691' because CONSTRAINT 'DVSMPLNTTYLNGSMPLD' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.ADV_SIMPLE_ENTITY DROP CONSTRAINT SQL231025105734691
Query: DataModifyQuery(sql="ALTER TABLE ROOT.ADV_SIMPLE_ENTITY DROP CONSTRAINT SQL231025105734691")
[EL Warning]: 2023-10-25 10:58:06.651--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734630' because CONSTRAINT 'DVNTYAADVENTYENTYD' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.ADV_ENTYA DROP CONSTRAINT SQL231025105734630
Query: DataModifyQuery(sql="ALTER TABLE ROOT.ADV_ENTYA DROP CONSTRAINT SQL231025105734630")
[EL Warning]: 2023-10-25 10:58:06.653--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734780' because CONSTRAINT 'FK_ORD_ENTITYA_ORD_ENTITYZ' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.ORD_ENTITY_Z DROP CONSTRAINT SQL231025105734780
Query: DataModifyQuery(sql="ALTER TABLE ROOT.ORD_ENTITY_Z DROP CONSTRAINT SQL231025105734780")
[EL Warning]: 2023-10-25 10:58:06.656--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734760' because CONSTRAINT 'FK_JPA_BILL_LINE_BILL_ID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.JPA_BILL DROP CONSTRAINT SQL231025105734760
Query: DataModifyQuery(sql="ALTER TABLE ROOT.JPA_BILL DROP CONSTRAINT SQL231025105734760")
[EL Warning]: 2023-10-25 10:58:06.659--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734752' because CONSTRAINT 'FK_TODOLISTITEM_TODOLIST' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_TODOLIST DROP CONSTRAINT SQL231025105734752
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_TODOLIST DROP CONSTRAINT SQL231025105734752")
[EL Warning]: 2023-10-25 10:58:06.661--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734750' because CONSTRAINT 'FK_EVENT_JOB_ID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.JOB DROP CONSTRAINT SQL231025105734750
Query: DataModifyQuery(sql="ALTER TABLE ROOT.JOB DROP CONSTRAINT SQL231025105734750")
[EL Warning]: 2023-10-25 10:58:06.663--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734740' because CONSTRAINT 'CMP3_CANOE_CMP3_LAKE' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_LAKE DROP CONSTRAINT SQL231025105734740
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_LAKE DROP CONSTRAINT SQL231025105734740")
[EL Warning]: 2023-10-25 10:58:06.665--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734722' because CONSTRAINT 'CMP3_HINGE_CMP3_DOOR' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_DOOR DROP CONSTRAINT SQL231025105734722
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_DOOR DROP CONSTRAINT SQL231025105734722")
[EL Warning]: 2023-10-25 10:58:06.667--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734721' because CONSTRAINT 'CMP3_DOOR_CMP3_ROOM' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_ROOM DROP CONSTRAINT SQL231025105734721
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_ROOM DROP CONSTRAINT SQL231025105734721")
[EL Warning]: 2023-10-25 10:58:06.67--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734701' because CONSTRAINT 'CMP3_JIGSAW_PIECE_CMP3_JIGSAW' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_JIGSAW DROP CONSTRAINT SQL231025105734701
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_JIGSAW DROP CONSTRAINT SQL231025105734701")
[EL Warning]: 2023-10-25 10:58:06.672--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734680' because CONSTRAINT 'JPAAC_SANDWICHS_ID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.JPA_AC_FOOD DROP CONSTRAINT SQL231025105734680
Query: DataModifyQuery(sql="ALTER TABLE ROOT.JPA_AC_FOOD DROP CONSTRAINT SQL231025105734680")
[EL Warning]: 2023-10-25 10:58:06.674--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734671' because CONSTRAINT 'JPA_AC_EATER_E_ID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.JPA_AC_PERSON DROP CONSTRAINT SQL231025105734671
Query: DataModifyQuery(sql="ALTER TABLE ROOT.JPA_AC_PERSON DROP CONSTRAINT SQL231025105734671")
[EL Warning]: 2023-10-25 10:58:06.676--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734670' because CONSTRAINT 'JPA_AC_BOLT_NUT_ID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.JPA_AC_NUT DROP CONSTRAINT SQL231025105734670
Query: DataModifyQuery(sql="ALTER TABLE ROOT.JPA_AC_NUT DROP CONSTRAINT SQL231025105734670")
[EL Warning]: 2023-10-25 10:58:06.678--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734660' because CONSTRAINT 'JPCSTUDENTSCHOOLID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.JPA_AC_SCHOOL DROP CONSTRAINT SQL231025105734660
Query: DataModifyQuery(sql="ALTER TABLE ROOT.JPA_AC_SCHOOL DROP CONSTRAINT SQL231025105734660")
[EL Warning]: 2023-10-25 10:58:06.68--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734650' because CONSTRAINT 'VLTNCDESVLTNCODEID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.VIOLATION_CODE DROP CONSTRAINT SQL231025105734650
Query: DataModifyQuery(sql="ALTER TABLE ROOT.VIOLATION_CODE DROP CONSTRAINT SQL231025105734650")
[EL Warning]: 2023-10-25 10:58:06.682--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734642' because CONSTRAINT 'VLTONCODESVLTIONID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.VIOLATION DROP CONSTRAINT SQL231025105734642
Query: DataModifyQuery(sql="ALTER TABLE ROOT.VIOLATION DROP CONSTRAINT SQL231025105734642")
[EL Warning]: 2023-10-25 10:58:06.684--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734640' because CONSTRAINT 'DVNTYADVENTYENTYSD' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.ADV_ENTYE DROP CONSTRAINT SQL231025105734640
Query: DataModifyQuery(sql="ALTER TABLE ROOT.ADV_ENTYE DROP CONSTRAINT SQL231025105734640")
[EL Warning]: 2023-10-25 10:58:06.686--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734631' because CONSTRAINT 'DVNTYDVENTYDNTYDSD' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.ADV_ENTYD DROP CONSTRAINT SQL231025105734631
Query: DataModifyQuery(sql="ALTER TABLE ROOT.ADV_ENTYD DROP CONSTRAINT SQL231025105734631")
[EL Warning]: 2023-10-25 10:58:06.688--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734622' because CONSTRAINT 'ADV_ENTYA_ENTYC_ID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.ADV_ENTYC DROP CONSTRAINT SQL231025105734622
Query: DataModifyQuery(sql="ALTER TABLE ROOT.ADV_ENTYC DROP CONSTRAINT SQL231025105734622")
[EL Warning]: 2023-10-25 10:58:06.69--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734621' because CONSTRAINT 'ADV_ENTYA_ENTYB_ID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.ADV_ENTYB DROP CONSTRAINT SQL231025105734621
Query: DataModifyQuery(sql="ALTER TABLE ROOT.ADV_ENTYB DROP CONSTRAINT SQL231025105734621")
[EL Warning]: 2023-10-25 10:58:06.691--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734600' because CONSTRAINT 'CMP3_GOLFER_CMP3_WORLDRANK' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_WORLDRANK DROP CONSTRAINT SQL231025105734600
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_WORLDRANK DROP CONSTRAINT SQL231025105734600")
[EL Warning]: 2023-10-25 10:58:06.693--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734592' because CONSTRAINT 'FK_MW_W' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.WOMAN DROP CONSTRAINT SQL231025105734592
Query: DataModifyQuery(sql="ALTER TABLE ROOT.WOMAN DROP CONSTRAINT SQL231025105734592")
[EL Warning]: 2023-10-25 10:58:06.695--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734540' because CONSTRAINT 'FK_MW_M' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.MAN DROP CONSTRAINT SQL231025105734540
Query: DataModifyQuery(sql="ALTER TABLE ROOT.MAN DROP CONSTRAINT SQL231025105734540")
[EL Warning]: 2023-10-25 10:58:06.697--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734511' because CONSTRAINT 'CMP3ADVEQUIPCODEID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_ADV_EQUIP_CODE DROP CONSTRAINT SQL231025105734511
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_ADV_EQUIP_CODE DROP CONSTRAINT SQL231025105734511")
[EL Warning]: 2023-10-25 10:58:06.699--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734490' because CONSTRAINT 'CMP3DVCSTMERFKDLRD' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_DEALER DROP CONSTRAINT SQL231025105734490
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_DEALER DROP CONSTRAINT SQL231025105734490")
[EL Warning]: 2023-10-25 10:58:06.701--DatabaseSessionImpl(390652814)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL231025105734430' because CONSTRAINT 'CMP3EMPLOYEEADDRID' is dependent on that object.
Error Code: 30000
Call: ALTER TABLE ROOT.CMP3_ADDRESS DROP CONSTRAINT SQL231025105734430
Query: DataModifyQuery(sql="ALTER TABLE ROOT.CMP3_ADDRESS DROP CONSTRAINT SQL231025105734430")
[EL Info]: 2023-10-25 10:58:07.233--DatabaseSessionImpl(390652814)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 264, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_1) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_2) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_3) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_4) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_xml_entity_mappings) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_jpa22_advanced) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_weaver) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg21) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-dynamic) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-identity) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-no-weave) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-server-test) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Wed Oct 25 10:58:07 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.jpa.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >--------
[INFO] Building EclipseLink NoSQL Extension 3.0.5-SNAPSHOT              [16/39]
[INFO]   from foundation/org.eclipse.persistence.nosql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.nosql ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231487924
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.nosql ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/test/resources
[INFO] Copying 226 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.nosql ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-nosql) @ org.eclipse.persistence.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.nosql ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >---
[INFO] Building EclipseLink MOXy XJC 3.0.5-SNAPSHOT                     [17/39]
[INFO]   from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231488286
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >---------
[INFO] Building EclipseLink SDO 3.0.5-SNAPSHOT                          [18/39]
[INFO]   from sdo/org.eclipse.persistence.sdo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231488411
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo ---
[INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,META-INF/*.inf,plugin.properties"
[INFO] 
[INFO] --- build-helper:3.2.0:add-source (add-source) @ org.eclipse.persistence.sdo ---
[INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-resource) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 2 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- dependency:3.1.2:build-classpath (default) @ org.eclipse.persistence.sdo ---
[INFO] Dependencies classpath:
/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar:/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar:/home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar:/home/jenkins/.m2/repository/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 861 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ org.eclipse.persistence.sdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 861 resources
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-sdo-srg) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.sdo.SDOSRGTestSuite
Oct 25, 2023 6:58:09 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases
Oct 25, 2023 6:58:09 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases
Content of interfacesToSDOTypeHashMap: []
Content of sdoTypeForSimpleJavaType: [class java.util.Date, char, short, class java.lang.String, class java.math.BigDecimal, class [Ljava.lang.Byte;, boolean, class java.lang.Integer, class java.lang.Boolean, double, class java.lang.Double, class java.lang.Short, long, int, float, class java.lang.Byte, class java.math.BigInteger, class [B, byte, class java.lang.Character, class java.lang.Float, class java.lang.Long]
Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, 
Content of anonymousTypes: null
Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, 

Oct 25, 2023 6:58:09 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
Oct 25, 2023 6:58:09 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
Content of interfacesToSDOTypeHashMap: []
Content of sdoTypeForSimpleJavaType: [class java.util.Date, char, short, class java.lang.String, class java.math.BigDecimal, class [Ljava.lang.Byte;, boolean, class java.lang.Integer, class java.lang.Boolean, double, class java.lang.Double, class java.lang.Short, long, int, float, class java.lang.Byte, class java.math.BigInteger, class [B, byte, class java.lang.Character, class java.lang.Float, class java.lang.Long]
Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, 
Content of anonymousTypes: null
Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, 

Oct 25, 2023 6:58:09 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
Oct 25, 2023 6:58:09 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap.
[INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 s - in org.eclipse.persistence.testing.sdo.SDOSRGTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (test-sdo) @ org.eclipse.persistence.sdo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] 
33 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties.     *
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >----
[INFO] Building EclipseLink DBWS Builder 3.0.5-SNAPSHOT                 [19/39]
[INFO]   from utils/org.eclipse.persistence.dbws.builder/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231494376
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >----
[INFO] Building EclipseLink Package Rename Utility 3.0.5-SNAPSHOT       [20/39]
[INFO]   from utils/eclipselink.utils.rename/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.rename ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.rename ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231494576
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.rename ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.rename ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.rename ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.rename ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.rename ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >-------
[INFO] Building EclipseLink Oracle Extension 3.0.5-SNAPSHOT             [21/39]
[INFO]   from foundation/org.eclipse.persistence.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231494678
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >----
[INFO] Building EclipseLink Oracle NoSQL Extension 3.0.5-SNAPSHOT       [22/39]
[INFO]   from foundation/org.eclipse.persistence.oracle.nosql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.nosql ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231494855
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/test/resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.nosql ---
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:java-source:test-sources:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] 
62 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for session
[WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for connection
[WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for spec
[WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:49: warning: no @return
[WARNING] public java.sql.Connection getDatabaseConnection() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:56: warning: no @return
[WARNING] public AQSession getSession() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionMetaData.java:32: warning: no @param for connection
[WARNING] public AQConnectionMetaData(AQConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for user
[WARNING] public AQConnectionSpec(String user, String password, String url) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for password
[WARNING] public AQConnectionSpec(String user, String password, String url) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for url
[WARNING] public AQConnectionSpec(String user, String password, String url) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:64: warning: no @return
[WARNING] public String getURL() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:72: warning: no @param for url
[WARNING] public void setURL(String url) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:80: warning: no @return
[WARNING] public String getDatasource() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:88: warning: no @param for datasource
[WARNING] public void setDatasource(String datasource) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:96: warning: no @return
[WARNING] public String getUser() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:104: warning: no @param for user
[WARNING] public void setUser(String user) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:112: warning: no @return
[WARNING] public String getPassword() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:125: warning: no @return
[WARNING] public boolean hasDatasource() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:133: warning: no @param for password
[WARNING] public void setPassword(String password) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:39: warning: no @return
[WARNING] public String getQueue() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:46: warning: no @param for queue
[WARNING] public void setQueue(String queue) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:53: warning: no @param for schema
[WARNING] public void setSchema(String schema) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:60: warning: no @return
[WARNING] public String getSchema() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:38: warning: no @return
[WARNING] public AQDequeueOption getOptions() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:45: warning: no @param for options
[WARNING] public void setOptions(AQDequeueOption options) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:38: warning: no @return
[WARNING] public AQEnqueueOption getOptions() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:45: warning: no @param for options
[WARNING] public void setOptions(AQEnqueueOption options) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:37: warning: no @param for connection
[WARNING] public AQInteraction(AQConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for spec
[WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for input
[WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for output
[WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @throws for jakarta.resource.ResourceException
[WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for spec
[WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for input
[WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for output
[WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @throws for jakarta.resource.ResourceException
[WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:33: warning: no @param for connection
[WARNING] public AQTransaction(AQConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:49: warning: no @return
[WARNING] public boolean isInTransaction() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for store
[WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for spec
[WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnectionMetaData.java:34: warning: no @param for connection
[WARNING] public OracleNoSQLConnectionMetaData(OracleNoSQLConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:57: warning: no @param for connection
[WARNING] public OracleNoSQLInteraction(OracleNoSQLConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @param for key
[WARNING] protected List createMajorKey(Object key) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @return
[WARNING] protected List createMajorKey(Object key) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for element
[WARNING] protected void putValues(Object element, List<String> majorKeys, List<String> minorKeys, OracleNoSQLInteractionSpec spec, List<Operation> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for majorKeys
[WARNING] protected void putValues(Object element, List<String> majorKeys, List<String> minorKeys, OracleNoSQLInteractionSpec spec, List<Operation> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for minorKeys
[WARNING] protected void putValues(Object element, List<String> majorKeys, List<String> minorKeys, OracleNoSQLInteractionSpec spec, List<Operation> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for spec
[WARNING] protected void putValues(Object element, List<String> majorKeys, List<String> minorKeys, OracleNoSQLInteractionSpec spec, List<Operation> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for operations
[WARNING] protected void putValues(Object element, List<String> majorKeys, List<String> minorKeys, OracleNoSQLInteractionSpec spec, List<Operation> operations) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @param for data
[WARNING] protected Value createValue(Object data) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @return
[WARNING] protected Value createValue(Object data) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @param for bytes
[WARNING] protected Object convertBytes(byte[] bytes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @return
[WARNING] protected Object convertBytes(byte[] bytes) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for store
[WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for host
[WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:34: warning: no @param for connection
[WARNING] public OracleNoSQLTransaction(OracleNoSQLConnection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:50: warning: no @return
[WARNING] public boolean isInTransaction() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:256: warning: no @param for record
[WARNING] protected void convertRecordBytesToString(OracleNoSQLRecord record) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for descriptor
[WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for record
[WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for interaction
[WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for accessor
[WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @return
[WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) {
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >-------
[INFO] Building EclipseLink Bundles Parent 3.0.5-SNAPSHOT               [23/39]
[INFO]   from bundles/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231496951
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --------------< org.eclipse.persistence:moxy-standalone >---------------
[INFO] Building EclipseLink Bundles MOXy standalone 3.0.5-SNAPSHOT      [24/39]
[INFO]   from bundles/moxy-standalone/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ moxy-standalone ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ moxy-standalone ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ moxy-standalone ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ moxy-standalone ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ moxy-standalone ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ moxy-standalone ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231496994
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone ---
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/generated-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ moxy-standalone ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ moxy-standalone ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ moxy-standalone ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ moxy-standalone ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ moxy-standalone ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ moxy-standalone ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ moxy-standalone ---
[INFO] 
[INFO] --- assembly:3.3.0:single (make-assembly) @ moxy-standalone ---
[INFO] Reading assembly descriptor: src/main/assembly/moxy.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.5-SNAPSHOT.zip
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone ---
[INFO] 
[INFO] ----------------< org.eclipse.persistence:eclipselink >-----------------
[INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 3.0.5-SNAPSHOT [25/39]
[INFO]   from bundles/eclipselink/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ eclipselink ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ eclipselink ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ eclipselink ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ eclipselink ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ eclipselink ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ eclipselink ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231497341
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ eclipselink ---
[INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**"
[INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination.
[INFO] 
[INFO] --- build-helper:3.2.0:add-source (add-generated-sources) @ eclipselink ---
[INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources added.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ eclipselink ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-resource) @ eclipselink ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ eclipselink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 50 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ eclipselink ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3313 source files to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/classes
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/exceptions/IntegrityChecker.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/exceptions/IntegrityChecker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.8.1:compile (module-compile) @ eclipselink ---
[WARNING] Can't extract module name from org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip: Module format not recognized: /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/classes
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11'
[WARNING] No processor claimed any of these annotations: jakarta.xml.bind/jakarta.xml.bind.annotation.XmlSchema
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/java/module-info.java:[35,28] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/java/module-info.java:[38,28] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/java/module-info.java:[39,28] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/java/module-info.java:[40,28] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/java/module-info.java:[41,28] requires directive for an automatic module
[WARNING] Implicitly compiled files were not subject to annotation processing.
  Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ eclipselink ---
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.dbws,  has 1,  private references [org.eclipse.persistence.internal.xr]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.list,  has 1,  private references [org.eclipse.persistence.internal.jpa.rs.metadata.model]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.metadatasources,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.xmladapters,  has 2,  private references [org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.jpa.rs.weaving]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util,  has 4,  private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.paging,  has 1,  private references [org.eclipse.persistence.internal.queries]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.core.selflinks,  has 1,  private references [org.eclipse.persistence.internal.queries]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features,  has 4,  private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.logging,  has 1,  private references [org.eclipse.persistence.internal.localization]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.rs,  has 2,  private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.metadata,  has 1,  private references [org.eclipse.persistence.internal.jpa.metadata.xml]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa.dynamic,  has 2,  private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jpa,  has 3,  private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel.oxm,  has 1,  private references [org.eclipse.persistence.internal.jaxb]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler.builder.helper,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler,  has 4,  private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.schema.model]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.jaxb,  has 4,  private references [org.eclipse.persistence.internal.cache, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.exceptions,  has 8,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.sessions,  has 1,  private references [org.eclipse.persistence.internal.core.databaseaccess]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.descriptors,  has 3,  private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.core.mappings,  has 3,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.broadcast,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination.corba]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba,  has 2,  private references [org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.corba]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.jms,  has 3,  private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.jms]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.rmi,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination,  has 3,  private references [org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.changesets,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.corba.sun,  has 2,  private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi.iiop,  has 2,  private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi,  has 2,  private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.remote,  has 4,  private references [org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.server,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.factories,  has 5,  private references [org.eclipse.persistence.internal.codegen, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories, org.eclipse.persistence.internal.sessions.factories.model]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.broker,  has 4,  private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions.interceptors,  has 2,  private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sessions,  has 6,  private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.partitioning,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.changetracking,  has 3,  private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.descriptors.changetracking, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors.invalidation,  has 2,  private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.descriptors,  has 10,  private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.queries,  has 7,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.foundation,  has 11,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.querykeys,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.converters,  has 3,  private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.structures,  has 7,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings.xdb,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.mappings,  has 12,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.logging,  has 2,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.history,  has 4,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.plsql,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.jdbc,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.dcn,  has 2,  private references [org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle,  has 5,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.platform.database, org.eclipse.persistence.internal.platform.database.oracle, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.jdbc,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database.events,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.database,  has 4,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server.sap,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server.jboss,  has 1,  private references [org.eclipse.persistence.internal.helper]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.server,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.platform.xml,  has 2,  private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.expressions,  has 3,  private references [org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.schema,  has 2,  private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings.nullpolicy,  has 4,  private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings,  has 11,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.documentpreservation,  has 2,  private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.record,  has 8,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.record.namespaces, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.json,  has 2,  private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.platform,  has 5,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm.unmapped,  has 1,  private references [org.eclipse.persistence.internal.oxm.unmapped]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.oxm,  has 9,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.schemaframework,  has 4,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.profiler.oracle,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.tools.profiler,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sequencing,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.dynamic,  has 2,  private references [org.eclipse.persistence.internal.dynamic, org.eclipse.persistence.internal.libraries.asm]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis.mappings,  has 5,  private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis.interactions,  has 3,  private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.eis,  has 7,  private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.websphere,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.glassfish,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.jboss,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services.weblogic,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.services,  has 1,  private references [org.eclipse.persistence.internal.sessions]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo.helper.delegates,  has 1,  private references [org.eclipse.persistence.internal.oxm]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo.helper,  has 5,  private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.schema.model]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.sdo,  has 4,  private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings]
[WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.5-SNAPSHOT : Export org.eclipse.persistence.transaction,  has 2,  private references [org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ eclipselink ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ eclipselink ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ eclipselink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eclipselink ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ eclipselink ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ eclipselink ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink ---
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/utils/rename with includes "package-rename.properties" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink ---
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes ""
[INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination.
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipselink ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ eclipselink ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ eclipselink ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink.zip) @ eclipselink ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/src/main/assembly/eclipselink.zip.xml
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'org.eclipse.persistence:commonj.sdo'

[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ eclipselink ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] 
72 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:798: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:814: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:913: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:929: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1048: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1193: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1216: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1326: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1406: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1486: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1851: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:234: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:248: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:262: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:276: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:290: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:304: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:318: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:332: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:346: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:360: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:375: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:443: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:424: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:436: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:448: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:460: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/SymfowarePlatform.java:332: warning - Tag @see: reference not found: ExpressionOperator#setIsBindingSupported(boolean)
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:762: warning - Tag @author cannot be used in method documentation.  It can only be used in the following types of documentation: overview, module, package, class/interface.
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:1335: warning - Tag @link: reference not found: ExpressionOperator#getInternalOperator()
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties.     *
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/jpql/parser/Expression.java:671: warning - Tag @version cannot be used in field documentation.  It can only be used in the following types of documentation: overview, module, package, class/interface.
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag &
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag &
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ eclipselink ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ eclipselink ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (stage) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:eclipselink:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/stage with includes "" and excludes ""
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >--
[INFO] Building EclipseLink Bundles tests 3.0.5-SNAPSHOT                [26/39]
[INFO]   from bundles/tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.distribution.tests ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.distribution.tests ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231539713
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.distribution.tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/src/it/java added.
[INFO] 
[INFO] --- dependency:3.1.2:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests ---
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/eclipselink/target/eclipselink-3.0.5-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/stage with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.distribution.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- dependency:3.1.2:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests ---
[INFO] Copying org.eclipse.persistence.core-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar
[INFO] Copying org.eclipse.persistence.moxy-3.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar
[INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination.
[INFO] com.sun.activation:jakarta.activation:jar:2.0.1 already exists in destination.
[INFO] com.sun.mail:jakarta.mail:jar:2.0.1 already exists in destination.
[INFO] com.sun.xml.bind:jaxb-xjc:jar:3.0.1 already exists in destination.
[INFO] com.sun.xml.bind:jaxb-core:jar:3.0.1 already exists in destination.
[INFO] jakarta.validation:jakarta.validation-api:jar:3.0.0 already exists in destination.
[INFO] jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 already exists in destination.
[INFO] jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 already exists in destination.
[INFO] org.glassfish:jakarta.json:jar:2.0.0 already exists in destination.
[INFO] org.glassfish.corba:glassfish-corba-omgapi:jar:4.2.4 already exists in destination.
[INFO] org.glassfish.corba:glassfish-corba-orb:jar:4.2.4 already exists in destination.
[INFO] org.glassfish.corba:glassfish-corba-csiv2-idl:jar:4.2.4 already exists in destination.
[INFO] org.glassfish.corba:glassfish-corba-internal-api:jar:4.2.4 already exists in destination.
[INFO] org.glassfish.corba:exception-annotation-processor:jar:4.2.4 already exists in destination.
[INFO] org.glassfish.gmbal:gmbal:jar:4.0.0 already exists in destination.
[INFO] org.glassfish.external:management-api:jar:3.2.1 already exists in destination.
[INFO] org.glassfish.pfl:pfl-basic-tools:jar:4.0.1 already exists in destination.
[INFO] org.glassfish.pfl:pfl-tf-tools:jar:4.0.1 already exists in destination.
[INFO] org.glassfish.pfl:pfl-asm:jar:4.0.1 already exists in destination.
[INFO] org.glassfish.pfl:pfl-basic:jar:4.1.2 already exists in destination.
[INFO] org.glassfish.pfl:pfl-dynamic:jar:4.1.2 already exists in destination.
[INFO] org.ow2.asm:asm:jar:9.1 already exists in destination.
[INFO] org.ow2.asm:asm-util:jar:9.1 already exists in destination.
[INFO] org.ow2.asm:asm-tree:jar:9.1 already exists in destination.
[INFO] org.ow2.asm:asm-analysis:jar:9.1 already exists in destination.
[INFO] org.glassfish.pfl:pfl-tf:jar:4.1.2 already exists in destination.
[INFO] junit:junit:jar:4.13.2 already exists in destination.
[INFO] org.hamcrest:hamcrest-core:jar:1.3 already exists in destination.
[INFO] jakarta.enterprise:jakarta.enterprise.cdi-api:jar:3.0.0 already exists in destination.
[INFO] jakarta.el:jakarta.el-api:jar:4.0.0 already exists in destination.
[INFO] jakarta.interceptor:jakarta.interceptor-api:jar:2.0.0 already exists in destination.
[INFO] jakarta.annotation:jakarta.annotation-api:jar:2.0.0 already exists in destination.
[INFO] org.hibernate.validator:hibernate-validator:jar:7.0.1.Final already exists in destination.
[INFO] org.jboss.logging:jboss-logging:jar:3.4.1.Final already exists in destination.
[INFO] com.fasterxml:classmate:jar:1.5.1 already exists in destination.
[INFO] org.glassfish:jakarta.el:jar:4.0.1 already exists in destination.
[INFO] org.apache.felix:org.apache.felix.framework:jar:7.0.0 already exists in destination.
[INFO] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 already exists in destination.
[INFO] org.ops4j.pax.exam:pax-exam:jar:4.13.2 already exists in destination.
[INFO] org.ops4j.base:ops4j-base-io:jar:1.5.1 already exists in destination.
[INFO] org.ops4j.base:ops4j-base-monitors:jar:1.5.1 already exists in destination.
[INFO] org.ops4j.base:ops4j-base-lang:jar:1.5.1 already exists in destination.
[INFO] org.ops4j.base:ops4j-base-store:jar:1.5.1 already exists in destination.
[INFO] org.ops4j.base:ops4j-base-util-property:jar:1.5.1 already exists in destination.
[INFO] org.ops4j.pax.exam:pax-exam-container-forked:jar:4.13.2 already exists in destination.
[INFO] org.ops4j.pax.exam:pax-exam-spi:jar:4.13.2 already exists in destination.
[INFO] org.ops4j.pax.tinybundles:tinybundles:jar:2.1.1 already exists in destination.
[INFO] biz.aQute.bnd:bndlib:jar:2.4.0 already exists in destination.
[INFO] org.ops4j.base:ops4j-base-exec:jar:1.5.1 already exists in destination.
[INFO] org.ops4j.base:ops4j-base-net:jar:1.5.1 already exists in destination.
[INFO] org.ops4j.base:ops4j-base-spi:jar:1.5.1 already exists in destination.
[INFO] org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3 already exists in destination.
[INFO] org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3 already exists in destination.
[INFO] org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3 already exists in destination.
[INFO] org.slf4j:slf4j-api:jar:2.0.0-alpha1 already exists in destination.
[INFO] org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.2 already exists in destination.
[INFO] org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.2 already exists in destination.
[INFO] org.ops4j.pax.url:pax-url-aether:jar:2.6.2 already exists in destination.
[INFO] org.ops4j.pax.url:pax-url-aether-support:jar:2.6.2 already exists in destination.
[INFO] org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1 already exists in destination.
[INFO] org.apache.maven.resolver:maven-resolver-api:jar:1.3.1 already exists in destination.
[INFO] org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1 already exists in destination.
[INFO] org.apache.maven.resolver:maven-resolver-util:jar:1.3.1 already exists in destination.
[INFO] org.slf4j:jcl-over-slf4j:jar:1.6.6 already exists in destination.
[INFO] org.ops4j.pax.url:pax-url-link:jar:2.6.2 already exists in destination.
[INFO] org.ops4j.pax.url:pax-url-commons:jar:2.6.2 already exists in destination.
[INFO] org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.3 already exists in destination.
[INFO] org.ops4j.pax.url:pax-url-classpath:jar:2.6.2 already exists in destination.
[INFO] org.ops4j.pax.swissbox:pax-swissbox-optional-jcl:jar:1.8.3 already exists in destination.
[INFO] org.osgi:org.osgi.core:jar:6.0.0 already exists in destination.
[INFO] jakarta.inject:jakarta.inject-api:jar:1.0 already exists in destination.
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 s - in org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.

[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/tests/target/failsafe-reports/2023-10-25T10-55-30_776-jvmRun1.dumpstream
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 s - in org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest
[INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest

[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.189 s - in org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest
[INFO] Running org.eclipse.persistence.testing.osgi.OSGiBundleTest

[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 s - in org.eclipse.persistence.testing.osgi.OSGiBundleTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-installer-osgi-tests) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.bundles.other >----
[INFO] Building EclipseLink Bundles Other 3.0.5-SNAPSHOT                [27/39]
[INFO]   from bundles/others/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles.other ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles.other ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231547148
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.bundles.other ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 65 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.bundles.other ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.bundles.other ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- dependency:3.1.2:copy (prepare-jars-for-eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: jakarta.persistence:jakarta.persistence-api:3.0.0:jar
[INFO] jakarta.persistence:jakarta.persistence-api:3.0.0:jar already exists in /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-src.zip/jpa/plugins
[INFO] 
[INFO] --- dependency:3.1.2:copy-dependencies (sdo-jpars-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Copying org.eclipse.persistence.jpars-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.jpars-javadoc.jar
[INFO] Copying org.eclipse.persistence.sdo-3.0.5-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.sdo-javadoc.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- javadoc:3.2.0:jar (all-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- javadoc:3.2.0:jar (nosql-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-plugins-nosql.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-plugins-nosql.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink-plugins-nosql.zip
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-plugins.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-plugins.zip.xml
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.eclipse.persistence:org.eclipse.persistence.asm:*'
o  'org.eclipse.persistence:org.eclipse.persistence.oracleddlparser:*'
o  'org.eclipse.persistence:commonj.sdo:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'com.sun:tools'
o  'com.sun.xml.fastinfoset:*'
o  'com.sun.istack:*'
o  'org.glassfish.grizzly:*'
o  'org.glassfish.ha:*'

[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'jakarta.inject:jakarta.inject'

[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink-plugins.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-shared-lib.ear) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-shared-lib.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence3.0.5-SNAPSHOT-shared-lib.ear
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-shared-lib.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-shared-lib.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink3.0.5-SNAPSHOT-shared-lib.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-core-tests.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-core-tests.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.5-SNAPSHOT.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-coretest-framework.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-coretest-framework.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-jpa-tests.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-jpa-tests.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-jpatest-framework.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-jpatest-framework.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-test-jars.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-test-jars.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink-test-jars.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/src/main/assembly/eclipselink-test-src.zip.xml
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test.framework:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.nosql:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:jar:3.0.5-SNAPSHOT
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'org.eclipse.persistence:org.eclipse.persistence.oracle.spatial'

[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.moxy:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo:jar:3.0.5-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo.server.test:jar:3.0.5-SNAPSHOT
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/others/target/eclipselink-test-src.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] -------------------< org.eclipse.persistence:p2site >-------------------
[INFO] Building EclipseLink Bundles P2 Site 3.0.5-SNAPSHOT              [28/39]
[INFO]   from bundles/p2site/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ p2site ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ p2site ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ p2site ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ p2site ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ p2site ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ p2site ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231553964
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ p2site ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ p2site ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ p2site ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ p2site ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/bundles/p2site/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ p2site ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ p2site ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ p2site ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ p2site ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ p2site ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ p2site ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >--
[INFO] Building EclipseLink Test Server Parent 3.0.5-SNAPSHOT           [29/39]
[INFO]   from testing/server-oracle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231557682
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test.server.parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/testing/server-oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >---
[INFO] Building EclipseLink SDO Test Server 3.0.5-SNAPSHOT              [30/39]
[INFO]   from sdo/eclipselink.sdo.test.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo.server.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo.server.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231561352
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo.server.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Wed Oct 25 10:59:21 UTC 2023 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused (Connection refused)
Wed Oct 25 10:59:21 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink.sdo.test.server.jar) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/classes
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink.sdo.test.server.ear) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.5-SNAPSHOT-client.jar
[INFO] 
[INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.sdo.server.test ---
[INFO] WildFlyHomeDir exists:true
[INFO] Skip WildFly configuration: false
[INFO] 
[INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-sdo-server) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Wed Oct 25 10:59:23 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.sdo.server.test ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.jpa.nosql.test >---
[INFO] Building EclipseLink JPA NoSQL Test 3.0.5-SNAPSHOT               [31/39]
[INFO]   from jpa/eclipselink.jpa.nosql.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231566780
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-generated-test-sources-dir) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src added.
[INFO] 
[INFO] --- replacer:1.5.3:replace (filter-test-src-TestRunnerBean) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO] Copying 12 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/test-classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[WARNING] [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location.
[WARNING] No processor claimed any of these annotations: jakarta.ejb.Remote,jakarta.ejb.Stateless,jakarta.persistence.PersistenceUnit,jakarta.ejb.TransactionManagement
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- iterator:0.5.1:iterator (pack-server) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Skip by user request.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-client.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.5-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] WildFlyHomeDir exists:true
[INFO] Skip WildFly configuration: false
[INFO] 
[INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-server-test) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- iterator:0.5.1:invoker (test-server-lrg) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Skip by user request.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] 
[INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.jpa.nosql.test ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >----
[INFO] Building EclipseLink JPA JSE Test 3.0.5-SNAPSHOT                 [32/39]
[INFO]   from jpa/eclipselink.jpa.test.jse/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231567297
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- staticweave:1.0.0:weave (default) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Start EclipseLink static weaving...
[INFO] Finished EclipseLink static weaving.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Wed Oct 25 10:59:28 UTC 2023 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused (Connection refused)
Wed Oct 25 10:59:28 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jse-without-deadlock) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests
[EL Fine]: server: 2023-10-25 10:59:30.51--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:30.632--ServerSession(1265900909)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:30.65--ServerSession(1265900909)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:30.651--ServerSession(1265900909)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:30.652--ServerSession(1265900909)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:30.659--ServerSession(1265900909)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:30.66--ServerSession(1265900909)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:30.66--ServerSession(1265900909)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:30.661--ServerSession(1265900909)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:30.661--ServerSession(1265900909)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:30.673--ServerSession(1265900909)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:30.674--ServerSession(1265900909)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:30.737--ServerSession(1265900909)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:30.883--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:30.893--ServerSession(1265900909)--Connection(946802083)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:30.895--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:30.929--ServerSession(1265900909)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:30.944--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:30.961--ServerSession(1265900909)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:30.969--ServerSession(1265900909)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
Query: DataModifyQuery(sql="ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id")
[EL Fine]: sql: 2023-10-25 10:59:30.971--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:30.973--ServerSession(1265900909)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:30.973--ServerSession(1265900909)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE QUERYSYNTAXENTITY
Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY")
[EL Fine]: sql: 2023-10-25 10:59:30.974--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:30.975--ServerSession(1265900909)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:30.976--ServerSession(1265900909)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE COLTABLE1
Query: DataModifyQuery(sql="DROP TABLE COLTABLE1")
[EL Fine]: sql: 2023-10-25 10:59:30.976--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:30.978--ServerSession(1265900909)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:30.979--ServerSession(1265900909)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE QUERYSYNTAXENTITY
Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY")
[EL Fine]: sql: 2023-10-25 10:59:30.979--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:30.98--ServerSession(1265900909)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:30.981--ServerSession(1265900909)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE COLTABLE1
Query: DataModifyQuery(sql="DROP TABLE COLTABLE1")
[EL Fine]: sql: 2023-10-25 10:59:30.981--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:30.983--ServerSession(1265900909)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:30.984--ServerSession(1265900909)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE QUERYSYNTAXENTITY
Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY")
[EL Fine]: sql: 2023-10-25 10:59:30.984--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:30.985--ServerSession(1265900909)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:30.986--ServerSession(1265900909)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE COLTABLE1
Query: DataModifyQuery(sql="DROP TABLE COLTABLE1")
[EL Fine]: sql: 2023-10-25 10:59:30.986--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:30.987--ServerSession(1265900909)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:30.988--ServerSession(1265900909)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE QUERYSYNTAXENTITY
Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY")
[EL Fine]: sql: 2023-10-25 10:59:30.988--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:30.989--ServerSession(1265900909)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:30.99--ServerSession(1265900909)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE COLTABLE1
Query: DataModifyQuery(sql="DROP TABLE COLTABLE1")
[EL Fine]: sql: 2023-10-25 10:59:30.99--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:30.991--ServerSession(1265900909)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:30.992--ServerSession(1265900909)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE QUERYSYNTAXENTITY
Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY")
[EL Fine]: sql: 2023-10-25 10:59:30.992--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:30.993--ServerSession(1265900909)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:30.994--ServerSession(1265900909)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE COLTABLE1
Query: DataModifyQuery(sql="DROP TABLE COLTABLE1")
[EL Fine]: sql: 2023-10-25 10:59:30.994--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:30.998--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:31.0--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:31.006--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:31.007--ServerSession(1878413714)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:31.008--ServerSession(1878413714)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:31.009--ServerSession(1878413714)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:31.009--ServerSession(1878413714)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:31.009--ServerSession(1878413714)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.009--ServerSession(1878413714)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.009--ServerSession(1878413714)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.009--ServerSession(1878413714)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.01--ServerSession(1878413714)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.01--ServerSession(1878413714)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.01--ServerSession(1878413714)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:31.012--ServerSession(1878413714)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:31.015--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:31.016--ServerSession(1878413714)--Connection(1474957626)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:31.017--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:31.018--ServerSession(1878413714)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:31.019--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:31.023--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:31.026--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:31.028--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:31.031--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:31.034--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:31.037--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:31.039--ServerSession(697508322)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:31.04--ServerSession(697508322)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:31.04--ServerSession(697508322)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:31.04--ServerSession(697508322)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:31.04--ServerSession(697508322)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.041--ServerSession(697508322)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.041--ServerSession(697508322)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.041--ServerSession(697508322)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.041--ServerSession(697508322)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.042--ServerSession(697508322)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.042--ServerSession(697508322)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:31.044--ServerSession(697508322)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:31.047--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:31.047--ServerSession(697508322)--Connection(1579132337)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:31.048--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:31.055--ServerSession(697508322)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:31.056--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:31.059--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:31.061--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:31.063--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:31.066--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:31.068--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2023-10-25 10:59:31.202--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.21--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.212--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.229--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.232--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.233--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.237--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:31.242--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 5) ORDER BY INTVAL2
[EL Fine]: sql: 2023-10-25 10:59:31.246--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:31.249--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 5) ORDER BY INTVAL2 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.253--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2023-10-25 10:59:31.257--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2023-10-25 10:59:31.259--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2023-10-25 10:59:31.261--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.264--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.265--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.267--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2023-10-25 10:59:31.27--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2023-10-25 10:59:31.272--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.274--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.276--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.278--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.279--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.28--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.282--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.284--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.286--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.287--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.289--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.29--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.292--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2023-10-25 10:59:31.294--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2023-10-25 10:59:31.296--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2023-10-25 10:59:31.297--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.298--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.3--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.301--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2023-10-25 10:59:31.303--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2023-10-25 10:59:31.304--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.305--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.307--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.311--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.314--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.315--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.318--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.319--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.321--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.325--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.326--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.327--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.329--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:31.331--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 5) ORDER BY INTVAL2
[EL Fine]: sql: 2023-10-25 10:59:31.332--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:31.333--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 5) ORDER BY INTVAL2 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.335--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.336--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.337--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.338--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.34--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.341--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.342--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.343--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.344--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.345--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.347--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2023-10-25 10:59:31.348--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2023-10-25 10:59:31.349--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.35--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.351--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.353--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.354--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.354--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.357--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.358--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.36--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.361--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.362--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.363--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.365--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:31.367--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:31.368--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:31.369--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:31.371--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.372--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.373--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.374--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.376--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.377--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.379--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.38--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.381--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.382--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.384--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2023-10-25 10:59:31.385--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2023-10-25 10:59:31.386--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2023-10-25 10:59:31.387--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.388--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.389--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.39--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.392--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.393--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2023-10-25 10:59:31.394--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: connection: 2023-10-25 10:59:31.395--ServerSession(1878413714)--Connection(181252244)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.395--ServerSession(1878413714)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:31.395--ServerSession(1878413714)--Connection(1474957626)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.396--ServerSession(697508322)--Connection(1795225096)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.396--ServerSession(697508322)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:31.396--ServerSession(697508322)--Connection(1579132337)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.396--ServerSession(1265900909)--Connection(962944318)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.396--ServerSession(1265900909)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:31.396--ServerSession(1265900909)--Connection(946802083)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHints
[EL Info]: 2023-10-25 10:59:31.436--ServerSession(1605190078)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.eclipse.persistence.jpa.test.query.TestQueryHints
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests
[EL Fine]: server: 2023-10-25 10:59:31.556--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:31.557--ServerSession(1677840544)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:31.558--ServerSession(1677840544)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:31.559--ServerSession(1677840544)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:31.559--ServerSession(1677840544)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:31.559--ServerSession(1677840544)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.559--ServerSession(1677840544)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.559--ServerSession(1677840544)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.559--ServerSession(1677840544)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.559--ServerSession(1677840544)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.56--ServerSession(1677840544)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.56--ServerSession(1677840544)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:31.562--ServerSession(1677840544)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:31.564--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:31.564--ServerSession(1677840544)--Connection(1643646293)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:31.566--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:31.567--ServerSession(1677840544)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:31.568--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:31.57--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:31.572--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:31.573--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:31.575--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:31.576--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:31.579--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:31.581--ServerSession(35874744)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:31.582--ServerSession(35874744)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:31.582--ServerSession(35874744)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:31.582--ServerSession(35874744)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:31.582--ServerSession(35874744)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.583--ServerSession(35874744)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.583--ServerSession(35874744)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.583--ServerSession(35874744)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.583--ServerSession(35874744)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.583--ServerSession(35874744)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.583--ServerSession(35874744)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:31.585--ServerSession(35874744)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:31.587--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:31.587--ServerSession(35874744)--Connection(105393903)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:31.589--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:31.59--ServerSession(35874744)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:31.59--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:31.592--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:31.594--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:31.595--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:31.597--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:31.598--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:31.601--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:31.602--ServerSession(1776589441)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:31.603--ServerSession(1776589441)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:31.603--ServerSession(1776589441)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:31.604--ServerSession(1776589441)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:31.604--ServerSession(1776589441)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.604--ServerSession(1776589441)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.604--ServerSession(1776589441)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.604--ServerSession(1776589441)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.604--ServerSession(1776589441)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.605--ServerSession(1776589441)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.605--ServerSession(1776589441)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:31.607--ServerSession(1776589441)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:31.609--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:31.609--ServerSession(1776589441)--Connection(179441020)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:31.61--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:31.611--ServerSession(1776589441)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:31.612--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:31.614--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:31.616--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:31.617--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:31.618--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:31.619--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2023-10-25 10:59:31.623--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36))
[EL Fine]: sql: 2023-10-25 10:59:31.628--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36))
[EL Fine]: sql: 2023-10-25 10:59:31.629--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36))
[EL Fine]: sql: 2023-10-25 10:59:31.63--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36))
[EL Fine]: sql: 2023-10-25 10:59:31.632--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.636--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10))
[EL Fine]: sql: 2023-10-25 10:59:31.639--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.639--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10))
[EL Fine]: sql: 2023-10-25 10:59:31.642--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2023-10-25 10:59:31.645--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2023-10-25 10:59:31.647--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 4))
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:31.65--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2023-10-25 10:59:31.651--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2023-10-25 10:59:31.652--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + 4) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [2, 4]
[EL Fine]: sql: 2023-10-25 10:59:31.656--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2023-10-25 10:59:31.659--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:31.662--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2023-10-25 10:59:31.663--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:31.665--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2023-10-25 10:59:31.669--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2023-10-25 10:59:31.67--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2023-10-25 10:59:31.671--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2023-10-25 10:59:31.672--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2023-10-25 10:59:31.673--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2023-10-25 10:59:31.674--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.678--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.679--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.68--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.682--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10))
[EL Fine]: sql: 2023-10-25 10:59:31.684--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10))
[EL Fine]: sql: 2023-10-25 10:59:31.685--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10))
[EL Fine]: sql: 2023-10-25 10:59:31.686--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10))
[EL Fine]: sql: 2023-10-25 10:59:31.688--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.691--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36))
[EL Fine]: sql: 2023-10-25 10:59:31.692--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.693--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36))
[EL Fine]: sql: 2023-10-25 10:59:31.695--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2023-10-25 10:59:31.696--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2023-10-25 10:59:31.7--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 4))
	bind => [2, 2]
[EL Fine]: sql: 2023-10-25 10:59:31.703--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2023-10-25 10:59:31.704--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2023-10-25 10:59:31.705--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT INTVAL1, (2 + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2023-10-25 10:59:31.709--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:31.712--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2023-10-25 10:59:31.714--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - ?))
	bind => [2]
[EL Fine]: sql: 2023-10-25 10:59:31.716--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:31.717--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2023-10-25 10:59:31.718--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - ?))
	bind => [2]
[EL Fine]: sql: 2023-10-25 10:59:31.72--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2023-10-25 10:59:31.721--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2023-10-25 10:59:31.722--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (2 + 4))
[EL Fine]: sql: 2023-10-25 10:59:31.725--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2023-10-25 10:59:31.726--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2023-10-25 10:59:31.727--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1, (2 + 4) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2023-10-25 10:59:31.73--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2023-10-25 10:59:31.732--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2023-10-25 10:59:31.733--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2023-10-25 10:59:31.734--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2023-10-25 10:59:31.736--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:31.737--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:31.738--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:31.739--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:31.74--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:31.741--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:31.742--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.744--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.745--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.746--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:31.747--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:31.748--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:31.749--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:31.75--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1)
[EL Fine]: connection: 2023-10-25 10:59:31.75--ServerSession(35874744)--Connection(533698361)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.751--ServerSession(35874744)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:31.751--ServerSession(35874744)--Connection(105393903)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.751--ServerSession(1776589441)--Connection(1196404281)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.751--ServerSession(1776589441)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:31.751--ServerSession(1776589441)--Connection(179441020)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.751--ServerSession(1677840544)--Connection(665317128)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.751--ServerSession(1677840544)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:31.751--ServerSession(1677840544)--Connection(1643646293)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryUpdate
[EL Fine]: server: 2023-10-25 10:59:31.755--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:31.756--ServerSession(959897458)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:31.757--ServerSession(959897458)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2023-10-25 10:59:31.761--ServerSession(959897458)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:31.763--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:31.763--ServerSession(959897458)--Connection(150079886)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:31.764--ServerSession(959897458)--Connection(1818453711)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:31.765--ServerSession(959897458)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2023-10-25 10:59:31.766--ServerSession(959897458)--Connection(1818453711)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:31.767--ServerSession(959897458)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:31.767--ServerSession(959897458)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SIMPLE_TBL01' because it does not exist.
Error Code: 30000
Call: DROP TABLE SIMPLE_TBL01
Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01")
[EL Fine]: sql: 2023-10-25 10:59:31.768--ServerSession(959897458)--Connection(1818453711)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:31.769--ServerSession(959897458)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:31.769--ServerSession(959897458)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SIMPLE_TBL01' because it does not exist.
Error Code: 30000
Call: DROP TABLE SIMPLE_TBL01
Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01")
[EL Fine]: sql: 2023-10-25 10:59:31.769--ServerSession(959897458)--Connection(1818453711)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:31.77--ServerSession(959897458)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:31.77--ServerSession(959897458)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SIMPLE_TBL01' because it does not exist.
Error Code: 30000
Call: DROP TABLE SIMPLE_TBL01
Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01")
[EL Fine]: sql: 2023-10-25 10:59:31.771--ServerSession(959897458)--Connection(1818453711)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:31.771--ServerSession(959897458)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:31.772--ServerSession(959897458)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SIMPLE_TBL01' because it does not exist.
Error Code: 30000
Call: DROP TABLE SIMPLE_TBL01
Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01")
[EL Fine]: sql: 2023-10-25 10:59:31.772--ServerSession(959897458)--Connection(1818453711)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:31.773--ServerSession(959897458)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:31.773--ServerSession(959897458)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SIMPLE_TBL01' because it does not exist.
Error Code: 30000
Call: DROP TABLE SIMPLE_TBL01
Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01")
[EL Fine]: sql: 2023-10-25 10:59:31.773--ServerSession(959897458)--Connection(1818453711)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2023-10-25 10:59:31.776--ClientSession(1715602761)--Connection(1818453711)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key21, 8, A, B, C, null]
[EL Fine]: sql: 2023-10-25 10:59:31.779--ClientSession(1715602761)--Connection(1818453711)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key20, 9, A, null, C, D]
[EL Fine]: sql: 2023-10-25 10:59:31.779--ClientSession(1715602761)--Connection(1818453711)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key13, 4, A, B, C, null]
[EL Fine]: sql: 2023-10-25 10:59:31.78--ClientSession(1715602761)--Connection(1818453711)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key22, 9, null, B, C, D]
[EL Fine]: sql: 2023-10-25 10:59:31.784--ClientSession(1552836537)--Connection(1818453711)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = 9 WHERE (ITEM_STRING1 = 'HELLO')
[EL Fine]: sql: 2023-10-25 10:59:31.787--ClientSession(1552836537)--Connection(1818453711)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = 9 WHERE (ITEM_STRING1 = 'HELLO')
[EL Fine]: sql: 2023-10-25 10:59:31.788--ClientSession(1552836537)--Connection(1818453711)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = 9 WHERE (ITEM_STRING1 = 'HELLO')
[EL Fine]: sql: 2023-10-25 10:59:31.79--ClientSession(1149747394)--Connection(1818453711)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?)
	bind => [9, HELLO]
[EL Fine]: sql: 2023-10-25 10:59:31.793--ClientSession(1149747394)--Connection(1818453711)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?)
	bind => [9, HELLO]
[EL Fine]: sql: 2023-10-25 10:59:31.794--ClientSession(1149747394)--Connection(1818453711)--Thread(Thread[main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?)
	bind => [9, HELLO]
[EL Fine]: connection: 2023-10-25 10:59:31.795--ServerSession(959897458)--Connection(1818453711)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.795--ServerSession(959897458)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2023-10-25 10:59:31.795--ServerSession(959897458)--Connection(150079886)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.persistence.jpa.test.query.TestQueryUpdate
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryOrderBy
[EL Fine]: server: 2023-10-25 10:59:31.798--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:31.8--ServerSession(263656423)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:31.801--ServerSession(263656423)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2023-10-25 10:59:31.803--ServerSession(263656423)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:31.804--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:31.804--ServerSession(263656423)--Connection(1551263930)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:31.805--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:31.806--ServerSession(263656423)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_DefaultPersistenceUnit login successful
[EL Fine]: sql: 2023-10-25 10:59:31.807--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:31.809--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: server: 2023-10-25 10:59:31.811--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:31.812--ServerSession(386040589)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:31.813--ServerSession(386040589)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2023-10-25 10:59:31.815--ServerSession(386040589)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:31.817--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:31.817--ServerSession(386040589)--Connection(1749758430)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:31.818--ServerSession(386040589)--Connection(1800592689)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:31.819--ServerSession(386040589)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_BindLiteralsPersistenceUnit login successful
[EL Fine]: sql: 2023-10-25 10:59:31.856--ClientSession(2095710480)--Connection(639769517)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key17, 29, A, B, C, null]
[EL Fine]: sql: 2023-10-25 10:59:31.859--ClientSession(2095710480)--Connection(639769517)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key14, 45, A, null, C, D]
[EL Fine]: sql: 2023-10-25 10:59:31.86--ClientSession(2095710480)--Connection(639769517)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key15, 83, A, B, C, null]
[EL Fine]: sql: 2023-10-25 10:59:31.861--ClientSession(2095710480)--Connection(639769517)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key16, 17, null, B, C, D]
[EL Fine]: sql: 2023-10-25 10:59:31.864--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY 1
[EL Fine]: sql: 2023-10-25 10:59:31.87--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.873--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.876--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1
[EL Fine]: sql: 2023-10-25 10:59:31.88--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.884--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.886--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY 1
	bind => [B]
[EL Fine]: sql: 2023-10-25 10:59:31.891--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1 ASC
[EL Fine]: sql: 2023-10-25 10:59:31.892--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1 ASC
[EL Fine]: connection: 2023-10-25 10:59:31.893--ServerSession(263656423)--Connection(639769517)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.893--ServerSession(263656423)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_DefaultPersistenceUnit logout successful
[EL Fine]: connection: 2023-10-25 10:59:31.893--ServerSession(263656423)--Connection(1551263930)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.894--ServerSession(386040589)--Connection(1800592689)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:31.894--ServerSession(386040589)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_BindLiteralsPersistenceUnit logout successful
[EL Fine]: connection: 2023-10-25 10:59:31.894--ServerSession(386040589)--Connection(1749758430)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.persistence.jpa.test.query.TestQueryOrderBy
[INFO] Running org.eclipse.persistence.jpa.test.query.TestTrimFunction
[EL Finest]: properties: 2023-10-25 10:59:31.906--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2023-10-25 10:59:31.907--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Fine]: server: 2023-10-25 10:59:31.907--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Finest]: jpa: 2023-10-25 10:59:31.907--ServerSession(1821580597)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Initial; factoryCount 0
[EL Finest]: properties: 2023-10-25 10:59:31.911--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
[EL Finest]: properties: 2023-10-25 10:59:31.911--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
[EL Finest]: properties: 2023-10-25 10:59:31.911--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
[EL Finer]: metadata: 2023-10-25 10:59:31.911--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./].
[EL Finer]: metadata: 2023-10-25 10:59:31.911--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./].
[EL Config]: metadata: 2023-10-25 10:59:31.912--ServerSession(1821580597)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:31.913--ServerSession(1821580597)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is being defaulted to: TrimEntity.
[EL Config]: metadata: 2023-10-25 10:59:31.913--ServerSession(1821580597)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is being defaulted to: TRIMENTITY.
[EL Config]: metadata: 2023-10-25 10:59:31.913--ServerSession(1821580597)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.913--ServerSession(1821580597)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Finest]: jpa: 2023-10-25 10:59:31.913--ServerSession(1821580597)--Thread(Thread[main,5,main])--End predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 0
[EL Finer]: weaver: 2023-10-25 10:59:31.914--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
[EL Finest]: jpa: 2023-10-25 10:59:31.914--ServerSession(1821580597)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 0
[EL Finest]: jpa: 2023-10-25 10:59:31.914--ServerSession(1821580597)--Thread(Thread[main,5,main])--End predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 1
[EL Finer]: metamodel: 2023-10-25 10:59:31.914--ServerSession(1821580597)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.query.model.TrimEntity_] found and instantiated during initialization.
[EL Finest]: jpa: 2023-10-25 10:59:31.914--ServerSession(1821580597)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 1
[EL Finest]: jpa: 2023-10-25 10:59:31.915--ServerSession(1821580597)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation].
[EL Finest]: properties: 2023-10-25 10:59:31.915--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL
[EL Finest]: properties: 2023-10-25 10:59:31.915--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2023-10-25 10:59:31.915--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Finest]: properties: 2023-10-25 10:59:31.915--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL
[EL Finest]: properties: 2023-10-25 10:59:31.915--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2023-10-25 10:59:31.915--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Finest]: properties: 2023-10-25 10:59:31.915--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.user; value=root
[EL Finest]: properties: 2023-10-25 10:59:31.915--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx
[EL Finest]: properties: 2023-10-25 10:59:31.916--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.driver; value=org.apache.derby.jdbc.ClientDriver
[EL Finest]: properties: 2023-10-25 10:59:31.916--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.url; value=jdbc:derby://localhost/memory:ecltests;create=true
[EL Finest]: properties: 2023-10-25 10:59:31.916--ServerSession(1821580597)--Thread(Thread[main,5,main])--property=eclipselink.cache.shared.default; value=false; translated value=false
[EL Info]: 2023-10-25 10:59:31.917--ServerSession(1821580597)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Finest]: connection: 2023-10-25 10:59:31.918--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle21Platform, regular expression: (?is)oracle.*21.*
[EL Finest]: connection: 2023-10-25 10:59:31.918--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle19Platform, regular expression: (?is)oracle.*19.*
[EL Finest]: connection: 2023-10-25 10:59:31.918--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle18Platform, regular expression: (?is)oracle.*18.*
[EL Finest]: connection: 2023-10-25 10:59:31.918--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle12Platform, regular expression: (?is)oracle.*12.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle11Platform, regular expression: (?is)oracle.*11.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle10Platform, regular expression: (?is)oracle.*10.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle9Platform, regular expression: (?is)oracle.*9.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle21Platform, regular expression: (?is)core.oracle.*21.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle19Platform, regular expression: (?is)core.oracle.*19.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle18Platform, regular expression: (?is)core.oracle.*18.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle12Platform, regular expression: (?is)core.oracle.*12.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle11Platform, regular expression: (?is)core.oracle.*11.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle10Platform, regular expression: (?is)core.oracle.*10.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle9Platform, regular expression: (?is)core.oracle.*9.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SybasePlatform, regular expression: (?i)(sybase.*)|(adaptive\ server\ enterprise.*)|(SQL\ Server.*)
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.*
[EL Finest]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.*
[EL Fine]: connection: 2023-10-25 10:59:31.919--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:31.92--ServerSession(1821580597)--Connection(746228466)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:31.921--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Finest]: connection: 2023-10-25 10:59:31.921--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Finest]: connection: 2023-10-25 10:59:31.921--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Fine]: connection: 2023-10-25 10:59:31.922--ServerSession(1821580597)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit login successful
[EL Finest]: query: 2023-10-25 10:59:31.922--ServerSession(1821580597)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: connection: 2023-10-25 10:59:31.923--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.923--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY
[EL Fine]: sql: 2023-10-25 10:59:31.925--ServerSession(1821580597)--Thread(Thread[main,5,main])--VALUES(1)
[EL Finest]: connection: 2023-10-25 10:59:31.925--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:31.925--ServerSession(1821580597)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TRIMENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE TRIMENTITY
Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: query: 2023-10-25 10:59:31.926--ServerSession(1821580597)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: connection: 2023-10-25 10:59:31.926--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.926--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY
[EL Fine]: sql: 2023-10-25 10:59:31.927--ServerSession(1821580597)--Thread(Thread[main,5,main])--VALUES(1)
[EL Finest]: connection: 2023-10-25 10:59:31.927--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:31.927--ServerSession(1821580597)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TRIMENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE TRIMENTITY
Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: query: 2023-10-25 10:59:31.927--ServerSession(1821580597)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: connection: 2023-10-25 10:59:31.927--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.928--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY
[EL Fine]: sql: 2023-10-25 10:59:31.928--ServerSession(1821580597)--Thread(Thread[main,5,main])--VALUES(1)
[EL Finest]: connection: 2023-10-25 10:59:31.929--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:31.929--ServerSession(1821580597)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TRIMENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE TRIMENTITY
Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: query: 2023-10-25 10:59:31.929--ServerSession(1821580597)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: connection: 2023-10-25 10:59:31.929--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.929--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY
[EL Fine]: sql: 2023-10-25 10:59:31.93--ServerSession(1821580597)--Thread(Thread[main,5,main])--VALUES(1)
[EL Finest]: connection: 2023-10-25 10:59:31.931--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:31.931--ServerSession(1821580597)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TRIMENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE TRIMENTITY
Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: query: 2023-10-25 10:59:31.931--ServerSession(1821580597)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: connection: 2023-10-25 10:59:31.931--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.931--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--DROP TABLE TRIMENTITY
[EL Fine]: sql: 2023-10-25 10:59:31.932--ServerSession(1821580597)--Thread(Thread[main,5,main])--VALUES(1)
[EL Finest]: connection: 2023-10-25 10:59:31.932--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:31.932--ServerSession(1821580597)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TRIMENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE TRIMENTITY
Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: query: 2023-10-25 10:59:31.932--ServerSession(1821580597)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TRIMENTITY (ID BIGINT NOT NULL, STRVAL1 VARCHAR(255), PRIMARY KEY (ID))")
[EL Finest]: connection: 2023-10-25 10:59:31.932--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.932--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--CREATE TABLE TRIMENTITY (ID BIGINT NOT NULL, STRVAL1 VARCHAR(255), PRIMARY KEY (ID))
[EL Finest]: connection: 2023-10-25 10:59:31.934--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finest]: ddl: 2023-10-25 10:59:31.934--Thread(Thread[main,5,main])--The table (TRIMENTITY) is created.
[EL Finer]: metamodel: 2023-10-25 10:59:31.935--ServerSession(1821580597)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.query.model.TrimEntity_] found and instantiated during initialization.
[EL Finest]: jpa: 2023-10-25 10:59:31.935--ServerSession(1821580597)--Thread(Thread[main,5,main])--End deploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Deployed; factoryCount 1
[EL Finer]: connection: 2023-10-25 10:59:31.938--ServerSession(1821580597)--Thread(Thread[main,5,main])--client acquired: 2047147687
[EL Finer]: transaction: 2023-10-25 10:59:31.939--ClientSession(2047147687)--Thread(Thread[main,5,main])--acquire unit of work: 465869765
[EL Finest]: query: 2023-10-25 10:59:31.939--UnitOfWork(465869765)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA'))")
[EL Finest]: connection: 2023-10-25 10:59:31.939--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.939--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2023-10-25 10:59:31.942--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2023-10-25 10:59:31.942--UnitOfWork(465869765)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2023-10-25 10:59:31.943--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.943--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2023-10-25 10:59:31.943--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:31.943--UnitOfWork(465869765)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:31.944--ClientSession(2047147687)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:31.945--ServerSession(1821580597)--Thread(Thread[main,5,main])--client acquired: 351216770
[EL Finer]: transaction: 2023-10-25 10:59:31.945--ClientSession(351216770)--Thread(Thread[main,5,main])--acquire unit of work: 1705281026
[EL Finest]: query: 2023-10-25 10:59:31.945--UnitOfWork(1705281026)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA'))")
[EL Finest]: connection: 2023-10-25 10:59:31.945--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.945--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2023-10-25 10:59:31.947--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2023-10-25 10:59:31.948--UnitOfWork(1705281026)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2023-10-25 10:59:31.948--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.948--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2023-10-25 10:59:31.949--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:31.949--UnitOfWork(1705281026)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:31.949--ClientSession(351216770)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:31.95--ServerSession(1821580597)--Thread(Thread[main,5,main])--client acquired: 1741007954
[EL Finer]: transaction: 2023-10-25 10:59:31.95--ClientSession(1741007954)--Thread(Thread[main,5,main])--acquire unit of work: 910260820
[EL Finest]: query: 2023-10-25 10:59:31.95--UnitOfWork(910260820)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')")
[EL Finest]: connection: 2023-10-25 10:59:31.95--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.95--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2023-10-25 10:59:31.952--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2023-10-25 10:59:31.953--UnitOfWork(910260820)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2023-10-25 10:59:31.954--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.954--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2023-10-25 10:59:31.954--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:31.955--UnitOfWork(910260820)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:31.955--ClientSession(1741007954)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:31.956--ServerSession(1821580597)--Thread(Thread[main,5,main])--client acquired: 463690173
[EL Finer]: transaction: 2023-10-25 10:59:31.956--ClientSession(463690173)--Thread(Thread[main,5,main])--acquire unit of work: 1659452474
[EL Finest]: query: 2023-10-25 10:59:31.956--UnitOfWork(1659452474)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA'))")
[EL Finest]: connection: 2023-10-25 10:59:31.957--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.957--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2023-10-25 10:59:31.96--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2023-10-25 10:59:31.96--UnitOfWork(1659452474)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2023-10-25 10:59:31.96--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.961--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2023-10-25 10:59:31.961--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:31.961--UnitOfWork(1659452474)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:31.961--ClientSession(463690173)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:31.962--ServerSession(1821580597)--Thread(Thread[main,5,main])--client acquired: 1266224518
[EL Finer]: transaction: 2023-10-25 10:59:31.962--ClientSession(1266224518)--Thread(Thread[main,5,main])--acquire unit of work: 2122252822
[EL Finest]: query: 2023-10-25 10:59:31.963--UnitOfWork(2122252822)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')")
[EL Finest]: connection: 2023-10-25 10:59:31.963--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.963--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2023-10-25 10:59:31.965--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2023-10-25 10:59:31.966--UnitOfWork(2122252822)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2023-10-25 10:59:31.966--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.966--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2023-10-25 10:59:31.967--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:31.967--UnitOfWork(2122252822)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:31.967--ClientSession(1266224518)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:31.968--ServerSession(1821580597)--Thread(Thread[main,5,main])--client acquired: 1783047526
[EL Finer]: transaction: 2023-10-25 10:59:31.968--ClientSession(1783047526)--Thread(Thread[main,5,main])--acquire unit of work: 419923787
[EL Finest]: query: 2023-10-25 10:59:31.968--UnitOfWork(419923787)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')")
[EL Finest]: connection: 2023-10-25 10:59:31.969--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.969--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2023-10-25 10:59:31.971--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2023-10-25 10:59:31.971--UnitOfWork(419923787)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2023-10-25 10:59:31.971--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:31.972--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2023-10-25 10:59:31.972--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:31.972--UnitOfWork(419923787)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:31.972--ClientSession(1783047526)--Thread(Thread[main,5,main])--client released
[EL Finest]: jpa: 2023-10-25 10:59:31.972--ServerSession(1821580597)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Deployed; factoryCount 1
[EL Fine]: connection: 2023-10-25 10:59:31.972--ServerSession(1821580597)--Connection(281049997)--Thread(Thread[main,5,main])--disconnect
[EL Finer]: cache: 2023-10-25 10:59:31.973--ServerSession(1821580597)--Thread(Thread[main,5,main])--initialize identitymaps
[EL Fine]: connection: 2023-10-25 10:59:31.973--ServerSession(1821580597)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit logout successful
[EL Fine]: connection: 2023-10-25 10:59:31.973--ServerSession(1821580597)--Connection(746228466)--Thread(Thread[main,5,main])--disconnect
[EL Finest]: jpa: 2023-10-25 10:59:31.973--ServerSession(1821580597)--Thread(Thread[main,5,main])--End undeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Undeployed; factoryCount 0
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.persistence.jpa.test.query.TestTrimFunction
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests
[EL Finer]: jpa: 2023-10-25 10:59:31.976--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying defaultEMF.
[EL Fine]: server: 2023-10-25 10:59:31.977--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:31.978--ServerSession(1484397819)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:31.979--ServerSession(1484397819)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:31.979--ServerSession(1484397819)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:31.98--ServerSession(1484397819)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:31.98--ServerSession(1484397819)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.98--ServerSession(1484397819)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.98--ServerSession(1484397819)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:31.98--ServerSession(1484397819)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.98--ServerSession(1484397819)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:31.981--ServerSession(1484397819)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:31.981--ServerSession(1484397819)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:31.983--ServerSession(1484397819)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:31.985--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:31.985--ServerSession(1484397819)--Connection(1221759982)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:31.987--ServerSession(1484397819)--Connection(342740966)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:31.988--ServerSession(1484397819)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:31.988--ServerSession(1484397819)--Connection(342740966)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:31.991--ServerSession(1484397819)--Connection(342740966)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:31.992--ServerSession(1484397819)--Connection(342740966)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:31.993--ServerSession(1484397819)--Connection(342740966)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:31.995--ServerSession(1484397819)--Connection(342740966)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:31.996--ServerSession(1484397819)--Connection(342740966)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:31.998--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.0--ServerSession(1254649194)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.0--ServerSession(1254649194)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:32.001--ServerSession(1254649194)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:32.001--ServerSession(1254649194)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:32.001--ServerSession(1254649194)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.001--ServerSession(1254649194)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.001--ServerSession(1254649194)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.001--ServerSession(1254649194)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.002--ServerSession(1254649194)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.002--ServerSession(1254649194)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.002--ServerSession(1254649194)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:32.004--ServerSession(1254649194)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.006--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.006--ServerSession(1254649194)--Connection(401792389)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.007--ServerSession(1254649194)--Connection(509104428)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.008--ServerSession(1254649194)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:32.009--ServerSession(1254649194)--Connection(509104428)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:32.012--ServerSession(1254649194)--Connection(509104428)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.013--ServerSession(1254649194)--Connection(509104428)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:32.014--ServerSession(1254649194)--Connection(509104428)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:32.016--ServerSession(1254649194)--Connection(509104428)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:32.017--ServerSession(1254649194)--Connection(509104428)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:32.02--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.021--ServerSession(1338229093)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.022--ServerSession(1338229093)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:32.022--ServerSession(1338229093)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:32.022--ServerSession(1338229093)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:32.023--ServerSession(1338229093)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.023--ServerSession(1338229093)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.023--ServerSession(1338229093)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.023--ServerSession(1338229093)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.023--ServerSession(1338229093)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.024--ServerSession(1338229093)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.024--ServerSession(1338229093)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:32.026--ServerSession(1338229093)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.028--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.028--ServerSession(1338229093)--Connection(1626800713)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.029--ServerSession(1338229093)--Connection(837693403)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.03--ServerSession(1338229093)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:32.031--ServerSession(1338229093)--Connection(837693403)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:32.033--ServerSession(1338229093)--Connection(837693403)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.034--ServerSession(1338229093)--Connection(837693403)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:32.036--ServerSession(1338229093)--Connection(837693403)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:32.037--ServerSession(1338229093)--Connection(837693403)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:32.038--ServerSession(1338229093)--Connection(837693403)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2023-10-25 10:59:32.042--ClientSession(1198515856)--Connection(837693403)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.048--ClientSession(1198515856)--Connection(837693403)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.05--ClientSession(1198515856)--Connection(837693403)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.051--ClientSession(1198515856)--Connection(837693403)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.052--ClientSession(1198515856)--Connection(837693403)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.053--ClientSession(1198515856)--Connection(837693403)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.055--ClientSession(2008619427)--Connection(342740966)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:32.059--ClientSession(2008619427)--Connection(342740966)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:32.061--ClientSession(2008619427)--Connection(342740966)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:32.062--ClientSession(2008619427)--Connection(342740966)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:32.063--ClientSession(2008619427)--Connection(342740966)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:32.063--ClientSession(2008619427)--Connection(342740966)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:32.065--ClientSession(408543908)--Connection(509104428)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.067--ClientSession(408543908)--Connection(509104428)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:32.068--ClientSession(408543908)--Connection(509104428)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE('HELLO'))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.072--ClientSession(408543908)--Connection(509104428)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.073--ClientSession(408543908)--Connection(509104428)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:32.074--ClientSession(408543908)--Connection(509104428)--Thread(Thread[main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE(?))
	bind => [HELLO]
[EL Fine]: connection: 2023-10-25 10:59:32.077--ServerSession(1254649194)--Connection(509104428)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.077--ServerSession(1254649194)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:32.077--ServerSession(1254649194)--Connection(401792389)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.078--ServerSession(1338229093)--Connection(837693403)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.078--ServerSession(1338229093)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:32.078--ServerSession(1338229093)--Connection(1626800713)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.078--ServerSession(1484397819)--Connection(342740966)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.078--ServerSession(1484397819)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:32.078--ServerSession(1484397819)--Connection(1221759982)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryIN
[EL Fine]: server: 2023-10-25 10:59:32.082--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.083--ServerSession(132461369)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.084--ServerSession(132461369)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2023-10-25 10:59:32.087--ServerSession(132461369)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.089--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.089--ServerSession(132461369)--Connection(1010584177)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.09--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.091--ServerSession(132461369)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2023-10-25 10:59:32.091--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:32.094--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2023-10-25 10:59:32.096--ClientSession(1391818342)--Connection(324158286)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key06, 2, SIX, SEVEN, EIGHT, NINE]
[EL Fine]: sql: 2023-10-25 10:59:32.099--ClientSession(1391818342)--Connection(324158286)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key05, 1, ONE, TWO, THREE, FIVE]
[EL Fine]: sql: 2023-10-25 10:59:32.103--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = 'SEVEN'))
[EL Fine]: sql: 2023-10-25 10:59:32.108--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = 'SEVEN'))
[EL Fine]: sql: 2023-10-25 10:59:32.11--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN ('TEN', 'SEVEN', 'ELEVEN')))
[EL Fine]: sql: 2023-10-25 10:59:32.114--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN ('TEN', 'SEVEN', 'ELEVEN')))
[EL Fine]: sql: 2023-10-25 10:59:32.121--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = 'SEVEN'))
[EL Fine]: sql: 2023-10-25 10:59:32.124--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN ('TEN', 'SEVEN', 'ELEVEN')))
[EL Fine]: sql: 2023-10-25 10:59:32.126--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2023-10-25 10:59:32.129--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2023-10-25 10:59:32.13--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?,?,?,?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2023-10-25 10:59:32.133--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN ('HELLO', 'ONE', 'WORLD', 'PEOPLE'))
[EL Fine]: sql: 2023-10-25 10:59:32.135--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN ('HELLO', 'ONE', 'WORLD', 'PEOPLE'))
[EL Fine]: sql: 2023-10-25 10:59:32.136--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN ('HELLO', 'ONE', 'WORLD', 'PEOPLE'))
[EL Fine]: sql: 2023-10-25 10:59:32.138--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN ('HELLO', 'ONE', 'WORLD', 'PEOPLE'))
[EL Fine]: sql: 2023-10-25 10:59:32.14--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2023-10-25 10:59:32.141--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?,?,?,?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2023-10-25 10:59:32.143--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?))
	bind => [SEVEN]
[EL Fine]: sql: 2023-10-25 10:59:32.146--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?))
	bind => [SEVEN]
[EL Fine]: sql: 2023-10-25 10:59:32.147--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t0.ITEM_STRING2 IN (?, ?, ?)))
	bind => [TEN, SEVEN, ELEVEN]
[EL Fine]: sql: 2023-10-25 10:59:32.151--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?)))
	bind => [TEN, SEVEN, ELEVEN]
[EL Fine]: sql: 2023-10-25 10:59:32.155--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?))
	bind => [SEVEN]
[EL Fine]: sql: 2023-10-25 10:59:32.157--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?)))
	bind => [TEN, SEVEN, ELEVEN]
[EL Fine]: connection: 2023-10-25 10:59:32.158--ServerSession(132461369)--Connection(324158286)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.158--ServerSession(132461369)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2023-10-25 10:59:32.158--ServerSession(132461369)--Connection(1010584177)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.persistence.jpa.test.query.TestQueryIN
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCoalesce
[EL Fine]: server: 2023-10-25 10:59:32.162--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.163--ServerSession(487778643)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.164--ServerSession(487778643)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2023-10-25 10:59:32.167--ServerSession(487778643)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.169--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.169--ServerSession(487778643)--Connection(585878713)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.17--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.171--ServerSession(487778643)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2023-10-25 10:59:32.172--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:32.174--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2023-10-25 10:59:32.177--ClientSession(224063653)--Connection(1484119658)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key03, 3, A, null, C, D]
[EL Fine]: sql: 2023-10-25 10:59:32.18--ClientSession(224063653)--Connection(1484119658)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key04, 4, A, B, C, null]
[EL Fine]: sql: 2023-10-25 10:59:32.183--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?))
	bind => [Sample]
[EL Fine]: sql: 2023-10-25 10:59:32.187--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC
	bind => [Sample]
[EL Fine]: sql: 2023-10-25 10:59:32.191--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?))
	bind => [Sample]
[EL Fine]: sql: 2023-10-25 10:59:32.192--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC
	bind => [Sample]
[EL Fine]: sql: 2023-10-25 10:59:32.194--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, 'Sample'))
[EL Fine]: sql: 2023-10-25 10:59:32.198--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, 'Sample') FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC
[EL Fine]: sql: 2023-10-25 10:59:32.201--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, 'Sample'))
[EL Fine]: sql: 2023-10-25 10:59:32.202--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--SELECT COALESCE(ITEM_STRING2, 'Sample') FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC
[EL Fine]: connection: 2023-10-25 10:59:32.202--ServerSession(487778643)--Connection(1484119658)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.203--ServerSession(487778643)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2023-10-25 10:59:32.203--ServerSession(487778643)--Connection(585878713)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.persistence.jpa.test.query.TestQueryCoalesce
[INFO] Running org.eclipse.persistence.jpa.test.query.TestSimpleQuery
[EL Info]: 2023-10-25 10:59:32.21--ServerSession(662000775)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.persistence.jpa.test.query.TestSimpleQuery
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryProperties
[EL Info]: 2023-10-25 10:59:32.25--ServerSession(253257929)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:59:32.266--ServerSession(275609562)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:59:32.279--ServerSession(839259983)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.persistence.jpa.test.query.TestQueryProperties
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCase
[EL Fine]: server: 2023-10-25 10:59:32.295--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.296--ServerSession(1698182759)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.297--ServerSession(1698182759)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2023-10-25 10:59:32.299--ServerSession(1698182759)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.301--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.301--ServerSession(1698182759)--Connection(1237416868)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.302--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.303--ServerSession(1698182759)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2023-10-25 10:59:32.303--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:32.306--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2023-10-25 10:59:32.308--ClientSession(61620079)--Connection(1138779634)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key01, 1, A, B, C, D]
[EL Fine]: sql: 2023-10-25 10:59:32.311--ClientSession(61620079)--Connection(1138779634)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key02, 2, A, B, C, D]
[EL Fine]: sql: 2023-10-25 10:59:32.313--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN 1000 THEN '047010' WHEN 100 THEN '023010' ELSE '033020' END)
[EL Fine]: sql: 2023-10-25 10:59:32.317--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN 1 THEN 'A' WHEN 100 THEN 'B' ELSE 'C' END)
[EL Fine]: sql: 2023-10-25 10:59:32.321--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = 1000) THEN '047010' WHEN (ITEM_INTEGER1 = 100) THEN '023010' ELSE '033020' END )
[EL Fine]: sql: 2023-10-25 10:59:32.324--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN ((ITEM_INTEGER1 = 1) AND (KEY_CHAR = 'Key01')) THEN 'A' WHEN (ITEM_INTEGER1 = 100) THEN 'B' ELSE 'C' END )
[EL Fine]: sql: 2023-10-25 10:59:32.328--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT CASE ITEM_STRING2 WHEN 'A' THEN 42 WHEN 'B' THEN 100 ELSE 0 END FROM SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:32.331--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT CASE ITEM_INTEGER1 WHEN 1 THEN 1 ELSE 0 END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC
[EL Fine]: sql: 2023-10-25 10:59:32.337--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN 1000 THEN '047010' WHEN 100 THEN '023010' ELSE '033020' END)
[EL Fine]: sql: 2023-10-25 10:59:32.338--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN 1 THEN 'A' WHEN 100 THEN 'B' ELSE 'C' END)
[EL Fine]: sql: 2023-10-25 10:59:32.34--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE  WHEN (ITEM_INTEGER1 = 1000) THEN '047010' WHEN (ITEM_INTEGER1 = 100) THEN '023010' ELSE '033020' END)
[EL Fine]: sql: 2023-10-25 10:59:32.343--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE  WHEN (ITEM_INTEGER1 = 1) THEN 'A' WHEN (ITEM_INTEGER1 = 100) THEN 'B' ELSE 'C' END)
[EL Fine]: sql: 2023-10-25 10:59:32.346--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT CASE ITEM_STRING2 WHEN 'A' THEN 42 WHEN 'B' THEN 100 ELSE 0 END FROM SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:32.347--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT CASE  WHEN (ITEM_INTEGER1 = 1) THEN 1 ELSE 0 END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC
[EL Fine]: sql: 2023-10-25 10:59:32.35--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN 1000 THEN '047010' WHEN 100 THEN '023010' ELSE '033020' END)
[EL Fine]: sql: 2023-10-25 10:59:32.352--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE ITEM_INTEGER1 WHEN 1 THEN 'A' WHEN 100 THEN 'B' ELSE 'C' END)
[EL Fine]: sql: 2023-10-25 10:59:32.353--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE  WHEN (ITEM_INTEGER1 = 1000) THEN '047010' WHEN (ITEM_INTEGER1 = 100) THEN '023010' ELSE '033020' END)
[EL Fine]: sql: 2023-10-25 10:59:32.354--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE  WHEN (ITEM_INTEGER1 = 1) THEN 'A' WHEN (ITEM_INTEGER1 = 100) THEN 'B' ELSE 'C' END)
[EL Fine]: sql: 2023-10-25 10:59:32.359--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1, CASE ITEM_STRING2 WHEN 'J' THEN 'Japan' ELSE 'Other' END, SUM(CASE  WHEN (ITEM_STRING3 = 'C') THEN 1 ELSE 0 END), SUM(CASE  WHEN (ITEM_STRING4 = 'D') THEN 1 ELSE 0 END) FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1, ITEM_STRING2
[EL Fine]: sql: 2023-10-25 10:59:32.364--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT CASE ITEM_STRING2 WHEN 'A' THEN 42 WHEN 'B' THEN 100 ELSE 0 END FROM SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:32.365--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT CASE  WHEN (ITEM_INTEGER1 = 1) THEN 1 ELSE 0 END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC
[EL Fine]: sql: 2023-10-25 10:59:32.367--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = 1000) THEN '047010' WHEN (ITEM_INTEGER1 = 100) THEN '023010' ELSE '033020' END )
[EL Fine]: sql: 2023-10-25 10:59:32.367--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 = CASE WHEN (ITEM_INTEGER1 = 1) THEN 'A' WHEN (ITEM_INTEGER1 = 100) THEN 'B' ELSE 'C' END )
[EL Fine]: connection: 2023-10-25 10:59:32.371--ServerSession(1698182759)--Connection(1138779634)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.371--ServerSession(1698182759)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2023-10-25 10:59:32.371--ServerSession(1698182759)--Connection(1237416868)--Thread(Thread[main,5,main])--disconnect
[WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.079 s - in org.eclipse.persistence.jpa.test.query.TestQueryCase
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests
[EL Fine]: server: 2023-10-25 10:59:32.377--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.377--ServerSession(817460653)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.378--ServerSession(817460653)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:32.378--ServerSession(817460653)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:32.378--ServerSession(817460653)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:32.379--ServerSession(817460653)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.379--ServerSession(817460653)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.379--ServerSession(817460653)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.379--ServerSession(817460653)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.379--ServerSession(817460653)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.379--ServerSession(817460653)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.379--ServerSession(817460653)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:32.381--ServerSession(817460653)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.383--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.384--ServerSession(817460653)--Connection(2141178045)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.386--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.387--ServerSession(817460653)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:32.388--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:32.39--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.393--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:32.394--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:32.396--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:32.397--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:32.401--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.402--ServerSession(2088246338)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.403--ServerSession(2088246338)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:32.403--ServerSession(2088246338)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:32.403--ServerSession(2088246338)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:32.404--ServerSession(2088246338)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.404--ServerSession(2088246338)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.404--ServerSession(2088246338)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.404--ServerSession(2088246338)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.404--ServerSession(2088246338)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.404--ServerSession(2088246338)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.404--ServerSession(2088246338)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:32.406--ServerSession(2088246338)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.408--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.408--ServerSession(2088246338)--Connection(895259838)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.409--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.41--ServerSession(2088246338)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:32.411--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:32.413--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.415--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:32.416--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:32.418--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:32.419--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:32.422--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.423--ServerSession(234430897)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.424--ServerSession(234430897)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:32.424--ServerSession(234430897)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:32.424--ServerSession(234430897)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:32.424--ServerSession(234430897)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.424--ServerSession(234430897)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.424--ServerSession(234430897)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.424--ServerSession(234430897)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.425--ServerSession(234430897)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.425--ServerSession(234430897)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.425--ServerSession(234430897)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:32.426--ServerSession(234430897)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.428--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.428--ServerSession(234430897)--Connection(956480812)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.429--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.431--ServerSession(234430897)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:32.431--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:32.434--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.435--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:32.436--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:32.438--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:32.439--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2023-10-25 10:59:32.444--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.448--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.451--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.452--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.454--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2023-10-25 10:59:32.458--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2023-10-25 10:59:32.459--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2023-10-25 10:59:32.462--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2023-10-25 10:59:32.464--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.467--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.469--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.47--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.472--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.476--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.477--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.478--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.479--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2023-10-25 10:59:32.483--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2023-10-25 10:59:32.483--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2023-10-25 10:59:32.484--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2023-10-25 10:59:32.486--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.49--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || 'HELLO') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.492--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || 'HELLO') || ?) FROM QUERYSYNTAXENTITY
	bind => [WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.494--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.495--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || 'HELLO') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.496--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || 'HELLO') || ?) FROM QUERYSYNTAXENTITY
	bind => [WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.499--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.502--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.506--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.508--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.509--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.51--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.512--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2023-10-25 10:59:32.515--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2023-10-25 10:59:32.517--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2023-10-25 10:59:32.517--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2023-10-25 10:59:32.518--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2023-10-25 10:59:32.519--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2023-10-25 10:59:32.521--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2023-10-25 10:59:32.523--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2023-10-25 10:59:32.524--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2023-10-25 10:59:32.525--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2023-10-25 10:59:32.525--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2023-10-25 10:59:32.526--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2023-10-25 10:59:32.527--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.528--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.529--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.529--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.531--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.535--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.539--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.543--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.544--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.545--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.546--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.549--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.551--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || STRVAL2))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.554--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.554--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.555--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(? || VARCHAR(' ' || STRVAL2)))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.558--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2023-10-25 10:59:32.561--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2023-10-25 10:59:32.562--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2023-10-25 10:59:32.563--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2023-10-25 10:59:32.563--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2023-10-25 10:59:32.564--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2023-10-25 10:59:32.565--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.568--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.57--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.57--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.572--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = 36)
[EL Fine]: sql: 2023-10-25 10:59:32.576--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = 36)
[EL Fine]: sql: 2023-10-25 10:59:32.577--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = 36)
[EL Fine]: sql: 2023-10-25 10:59:32.578--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = 36)
[EL Fine]: sql: 2023-10-25 10:59:32.58--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.582--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.583--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.583--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.584--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.584--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.585--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.588--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.589--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.59--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.59--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.591--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.592--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.594--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.595--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.595--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.596--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2023-10-25 10:59:32.597--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2023-10-25 10:59:32.598--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2023-10-25 10:59:32.599--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2023-10-25 10:59:32.603--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY
	bind => [65]
[EL Fine]: sql: 2023-10-25 10:59:32.607--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT CAST(65 AS CHAR(2)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.609--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.612--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.612--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.613--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.613--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.614--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.615--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.616--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.616--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.617--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.618--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2023-10-25 10:59:32.621--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2023-10-25 10:59:32.621--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2023-10-25 10:59:32.622--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2023-10-25 10:59:32.623--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2023-10-25 10:59:32.624--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.626--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2023-10-25 10:59:32.627--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.628--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.63--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.631--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.631--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.632--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.633--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.634--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.636--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.637--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM ?))
	bind => [AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.64--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.641--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.641--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM ?))
	bind => [AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.643--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.643--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.644--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.644--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.646--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.646--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.647--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || STRVAL2))
[EL Fine]: sql: 2023-10-25 10:59:32.65--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.651--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.651--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(? || VARCHAR(' ' || STRVAL2)))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.653--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY
	bind => [65]
[EL Fine]: sql: 2023-10-25 10:59:32.654--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY
	bind => [65]
[EL Fine]: sql: 2023-10-25 10:59:32.656--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.659--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.661--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.662--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.663--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY
	bind => [65]
[EL Fine]: sql: 2023-10-25 10:59:32.664--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT CAST(65 AS CHAR(2)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.665--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.666--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.667--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM ?))
	bind => [AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.67--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.671--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.671--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM ?))
	bind => [AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.673--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.676--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.679--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.681--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.682--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.683--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.684--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.685--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.685--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.686--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.687--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.688--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.688--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || STRVAL2))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.689--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.689--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.69--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(? || VARCHAR(? || STRVAL2)))
	bind => [HELLO,  ]
[EL Fine]: sql: 2023-10-25 10:59:32.693--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2023-10-25 10:59:32.695--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2023-10-25 10:59:32.696--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2023-10-25 10:59:32.697--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2023-10-25 10:59:32.697--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2023-10-25 10:59:32.698--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2023-10-25 10:59:32.699--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2023-10-25 10:59:32.7--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2023-10-25 10:59:32.7--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', ?, 3))
	bind => [OXOOOOOXXOOOOOOXX]
[EL Fine]: sql: 2023-10-25 10:59:32.702--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2023-10-25 10:59:32.703--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2023-10-25 10:59:32.703--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', ?, ?))
	bind => [OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2023-10-25 10:59:32.705--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.706--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.707--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.707--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.708--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2023-10-25 10:59:32.709--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2023-10-25 10:59:32.71--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2023-10-25 10:59:32.71--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2023-10-25 10:59:32.711--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2023-10-25 10:59:32.713--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2023-10-25 10:59:32.714--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2023-10-25 10:59:32.715--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2023-10-25 10:59:32.715--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2023-10-25 10:59:32.716--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2023-10-25 10:59:32.717--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2023-10-25 10:59:32.719--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2023-10-25 10:59:32.721--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, 'ABCDEFGHIJKLMNOP'))
	bind => [HI]
[EL Fine]: sql: 2023-10-25 10:59:32.723--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2023-10-25 10:59:32.724--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2023-10-25 10:59:32.724--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, 'ABCDEFGHIJKLMNOP'))
	bind => [HI]
[EL Fine]: sql: 2023-10-25 10:59:32.725--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2023-10-25 10:59:32.728--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2023-10-25 10:59:32.729--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2023-10-25 10:59:32.729--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2023-10-25 10:59:32.73--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2023-10-25 10:59:32.731--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2023-10-25 10:59:32.732--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2023-10-25 10:59:32.732--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2023-10-25 10:59:32.733--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2023-10-25 10:59:32.734--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2023-10-25 10:59:32.734--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2023-10-25 10:59:32.735--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2023-10-25 10:59:32.736--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.738--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.739--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.739--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.741--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.742--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.742--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.743--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.744--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.744--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.746--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?)
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:32.75--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = 36)
[EL Fine]: sql: 2023-10-25 10:59:32.75--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?)
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:32.751--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = 36)
[EL Fine]: sql: 2023-10-25 10:59:32.752--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2023-10-25 10:59:32.753--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2023-10-25 10:59:32.755--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, ?), 1, ?))
	bind => [5, 5, 2]
[EL Fine]: sql: 2023-10-25 10:59:32.759--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2023-10-25 10:59:32.76--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2023-10-25 10:59:32.761--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, ?), 1, ?))
	bind => [5, 5, 2]
[EL Fine]: sql: 2023-10-25 10:59:32.762--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.763--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.764--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.764--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM('  HELLO WORD '))
[EL Fine]: sql: 2023-10-25 10:59:32.765--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.766--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.767--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.768--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.768--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.769--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.77--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.771--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.772--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.772--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.773--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.773--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.774--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.775--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.775--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.776--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.777--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT TRIM('  HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23)
[EL Fine]: sql: 2023-10-25 10:59:32.78--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT TRIM('  HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23)
[EL Fine]: sql: 2023-10-25 10:59:32.781--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT TRIM('  HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23)
[EL Fine]: sql: 2023-10-25 10:59:32.781--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT TRIM('  HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23)
[EL Fine]: sql: 2023-10-25 10:59:32.782--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.784--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.785--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.785--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.786--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2023-10-25 10:59:32.787--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2023-10-25 10:59:32.788--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, ?))
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:32.79--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2023-10-25 10:59:32.791--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2023-10-25 10:59:32.791--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, ?))
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:32.792--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.793--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.793--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.794--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.795--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.796--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.796--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.797--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2023-10-25 10:59:32.798--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.799--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.8--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.8--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.801--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.801--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.802--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.803--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.804--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2023-10-25 10:59:32.805--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2023-10-25 10:59:32.805--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.807--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.809--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.81--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.81--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.811--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.812--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.813--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.814--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.815--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:32.816--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?)
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:32.817--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?)
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:32.818--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?)
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:32.818--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?)
	bind => [36]
[EL Fine]: sql: 2023-10-25 10:59:32.819--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.82--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || 'HELLO') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.82--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || 'HELLO') || ?) FROM QUERYSYNTAXENTITY
	bind => [WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.821--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.821--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || 'HELLO') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.822--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || 'HELLO') || ?) FROM QUERYSYNTAXENTITY
	bind => [WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.823--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.823--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.824--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.827--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.827--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.828--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:32.829--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2023-10-25 10:59:32.83--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2023-10-25 10:59:32.83--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2023-10-25 10:59:32.831--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2023-10-25 10:59:32.831--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2023-10-25 10:59:32.832--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2023-10-25 10:59:32.833--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.834--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.835--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.835--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.836--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:32.836--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (5 = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.837--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2023-10-25 10:59:32.838--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT TRIM('  HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23)
[EL Fine]: sql: 2023-10-25 10:59:32.839--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2023-10-25 10:59:32.839--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--SELECT TRIM('  HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23)
[EL Fine]: connection: 2023-10-25 10:59:32.839--ServerSession(2088246338)--Connection(158995547)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.84--ServerSession(2088246338)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:32.84--ServerSession(2088246338)--Connection(895259838)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.84--ServerSession(234430897)--Connection(2100487956)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.84--ServerSession(234430897)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:32.84--ServerSession(234430897)--Connection(956480812)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.84--ServerSession(817460653)--Connection(245703044)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.84--ServerSession(817460653)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:32.84--ServerSession(817460653)--Connection(2141178045)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryIsNull
[EL Fine]: server: 2023-10-25 10:59:32.843--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.844--ServerSession(2043383802)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.845--ServerSession(2043383802)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2023-10-25 10:59:32.847--ServerSession(2043383802)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.849--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.849--ServerSession(2043383802)--Connection(1207664329)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.85--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.851--ServerSession(2043383802)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2023-10-25 10:59:32.851--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:32.854--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2023-10-25 10:59:32.856--ClientSession(1787450654)--Connection(797724590)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key52, 3, null, B, C, D]
[EL Fine]: sql: 2023-10-25 10:59:32.859--ClientSession(1787450654)--Connection(797724590)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key51, 4, A, B, C, null]
[EL Fine]: sql: 2023-10-25 10:59:32.859--ClientSession(1787450654)--Connection(797724590)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key53, 4, A, B, C, null]
[EL Fine]: sql: 2023-10-25 10:59:32.859--ClientSession(1787450654)--Connection(797724590)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key50, 3, A, null, C, D]
[EL Fine]: sql: 2023-10-25 10:59:32.861--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2023-10-25 10:59:32.864--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2023-10-25 10:59:32.864--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2023-10-25 10:59:32.866--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:32.867--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:32.868--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:32.869--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:32.87--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:32.87--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:32.871--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2023-10-25 10:59:32.871--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2023-10-25 10:59:32.872--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: connection: 2023-10-25 10:59:32.872--ServerSession(2043383802)--Connection(797724590)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.872--ServerSession(2043383802)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2023-10-25 10:59:32.872--ServerSession(2043383802)--Connection(1207664329)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.persistence.jpa.test.query.TestQueryIsNull
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHaving
[EL Fine]: server: 2023-10-25 10:59:32.874--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.875--ServerSession(602811599)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.876--ServerSession(602811599)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2023-10-25 10:59:32.878--ServerSession(602811599)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.879--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.879--ServerSession(602811599)--Connection(164877646)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.881--ServerSession(602811599)--Connection(788830525)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.881--ServerSession(602811599)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2023-10-25 10:59:32.882--ServerSession(602811599)--Connection(788830525)--Thread(Thread[main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2023-10-25 10:59:32.884--ServerSession(602811599)--Connection(788830525)--Thread(Thread[main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2023-10-25 10:59:32.887--ClientSession(632104437)--Connection(788830525)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key11, 4, A, B, C, null]
[EL Fine]: sql: 2023-10-25 10:59:32.889--ClientSession(632104437)--Connection(788830525)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key12, 3, null, B, C, D]
[EL Fine]: sql: 2023-10-25 10:59:32.889--ClientSession(632104437)--Connection(788830525)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key13, 4, A, B, C, null]
[EL Fine]: sql: 2023-10-25 10:59:32.89--ClientSession(632104437)--Connection(788830525)--Thread(Thread[main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key10, 3, A, null, C, D]
[EL Fine]: sql: 2023-10-25 10:59:32.893--ServerSession(602811599)--Connection(788830525)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?)
	bind => [2]
[EL Fine]: sql: 2023-10-25 10:59:32.896--ServerSession(602811599)--Connection(788830525)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?)
	bind => [2]
[EL Fine]: sql: 2023-10-25 10:59:32.898--ServerSession(602811599)--Connection(788830525)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > 2)
[EL Fine]: sql: 2023-10-25 10:59:32.901--ServerSession(602811599)--Connection(788830525)--Thread(Thread[main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > 2)
[EL Fine]: connection: 2023-10-25 10:59:32.901--ServerSession(602811599)--Connection(788830525)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:32.901--ServerSession(602811599)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2023-10-25 10:59:32.901--ServerSession(602811599)--Connection(164877646)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.persistence.jpa.test.query.TestQueryHaving
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests
[EL Fine]: server: 2023-10-25 10:59:32.909--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.91--ServerSession(686904524)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.911--ServerSession(686904524)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:32.911--ServerSession(686904524)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:32.911--ServerSession(686904524)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:32.911--ServerSession(686904524)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.911--ServerSession(686904524)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.911--ServerSession(686904524)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.911--ServerSession(686904524)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.911--ServerSession(686904524)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.912--ServerSession(686904524)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.912--ServerSession(686904524)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:32.913--ServerSession(686904524)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.915--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.915--ServerSession(686904524)--Connection(1277490082)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.916--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.917--ServerSession(686904524)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:32.917--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:32.92--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.921--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:32.922--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:32.924--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:32.925--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:32.927--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.928--ServerSession(1157462948)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.929--ServerSession(1157462948)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:32.929--ServerSession(1157462948)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:32.929--ServerSession(1157462948)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:32.929--ServerSession(1157462948)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.929--ServerSession(1157462948)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.93--ServerSession(1157462948)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.93--ServerSession(1157462948)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.93--ServerSession(1157462948)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.93--ServerSession(1157462948)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.93--ServerSession(1157462948)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:32.931--ServerSession(1157462948)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.933--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.933--ServerSession(1157462948)--Connection(1534340040)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.934--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.935--ServerSession(1157462948)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:32.936--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:32.938--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.939--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:32.94--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:32.942--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:32.942--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:32.945--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:32.945--ServerSession(1484960258)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:32.946--ServerSession(1484960258)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:32.946--ServerSession(1484960258)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:32.946--ServerSession(1484960258)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:32.946--ServerSession(1484960258)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.947--ServerSession(1484960258)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.947--ServerSession(1484960258)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:32.947--ServerSession(1484960258)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.947--ServerSession(1484960258)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:32.947--ServerSession(1484960258)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:32.947--ServerSession(1484960258)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:32.948--ServerSession(1484960258)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:32.95--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:32.95--ServerSession(1484960258)--Connection(673992096)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:32.951--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:32.952--ServerSession(1484960258)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:32.952--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:32.954--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:32.955--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:32.956--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:32.958--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:32.959--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2023-10-25 10:59:32.962--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:32.966--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:32.967--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:32.97--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO')))
[EL Fine]: sql: 2023-10-25 10:59:32.973--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.975--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN INTVAL1 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:32.977--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN INTVAL1 AND ?)
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.979--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.979--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN INTVAL1 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:32.98--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN INTVAL1 AND ?)
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:32.981--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.984--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.985--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.986--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.986--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.987--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:32.988--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END)
[EL Fine]: sql: 2023-10-25 10:59:32.99--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END)
[EL Fine]: sql: 2023-10-25 10:59:32.991--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END)
[EL Fine]: sql: 2023-10-25 10:59:32.992--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END)
[EL Fine]: sql: 2023-10-25 10:59:32.993--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN 6 WHEN ? THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:32.996--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:32.998--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN 6 WHEN 15 THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.001--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.002--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.005--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.005--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.006--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.007--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.01--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:33.013--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.015--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:33.018--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.02--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.021--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.022--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.022--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.023--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.024--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.027--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.029--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.029--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.03--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.03--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.031--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.034--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (1, 2, 3, 5, 8))
[EL Fine]: sql: 2023-10-25 10:59:33.037--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (1, ?, 3, 5, ?))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.039--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.041--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (1, 2, 3, 5, 8)))
[EL Fine]: sql: 2023-10-25 10:59:33.043--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (1, ?, 3, 5, ?)))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.045--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.046--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.047--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.048--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.048--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.049--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.05--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.051--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, 5) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.053--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.054--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.054--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, 5) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.054--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, 5) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.056--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.058--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.061--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.062--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?)))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.064--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.066--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (?, ?, ?, ?))) OR NOT ((INTVAL1 IN (?,?,?))))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.07--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.072--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN INTVAL1 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.074--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN INTVAL1 AND ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.076--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.077--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN INTVAL1 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.077--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN INTVAL1 AND ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.079--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.081--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.083--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.083--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.085--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.088--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN 0 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.091--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN 0 AND ?)
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.093--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.093--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN 0 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.094--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN 0 AND ?)
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.095--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE  WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END)
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.098--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE  WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END)
[EL Fine]: sql: 2023-10-25 10:59:33.1--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE  WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.102--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END )
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.103--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END )
[EL Fine]: sql: 2023-10-25 10:59:33.105--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END )
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.108--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.11--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1))
[EL Fine]: sql: 2023-10-25 10:59:33.112--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.112--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1))
[EL Fine]: sql: 2023-10-25 10:59:33.114--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?)
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.116--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE '%ORL%')
[EL Fine]: sql: 2023-10-25 10:59:33.118--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.12--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.122--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.125--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.125--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.126--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.127--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.128--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.129--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.129--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.131--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN 6 WHEN ? THEN 16 ELSE 26 END)
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.133--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END)
[EL Fine]: sql: 2023-10-25 10:59:33.134--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN 6 WHEN 15 THEN 16 ELSE 26 END)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.136--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END)
[EL Fine]: sql: 2023-10-25 10:59:33.137--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2023-10-25 10:59:33.14--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2023-10-25 10:59:33.14--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2023-10-25 10:59:33.141--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2023-10-25 10:59:33.142--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.144--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.145--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.147--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.148--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.148--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.149--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.15--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:33.152--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.152--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:33.154--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.156--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:33.158--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + ?) < INTVAL1)
	bind => [10]
[EL Fine]: sql: 2023-10-25 10:59:33.16--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.161--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:33.161--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + ?) < INTVAL1)
	bind => [10]
[EL Fine]: sql: 2023-10-25 10:59:33.162--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.163--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.164--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.164--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN 5 THEN 6 WHEN 15 THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.165--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1))
[EL Fine]: sql: 2023-10-25 10:59:33.166--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1))
[EL Fine]: sql: 2023-10-25 10:59:33.166--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1))
[EL Fine]: sql: 2023-10-25 10:59:33.167--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1))
[EL Fine]: sql: 2023-10-25 10:59:33.168--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R'
[EL Fine]: sql: 2023-10-25 10:59:33.17--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R'
[EL Fine]: sql: 2023-10-25 10:59:33.171--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R'
[EL Fine]: sql: 2023-10-25 10:59:33.171--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R'
[EL Fine]: sql: 2023-10-25 10:59:33.173--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.176--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.18--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.183--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.186--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:33.188--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.192--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.195--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.197--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.198--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.199--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.201--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.203--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN ? AND ?))
	bind => [2, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.205--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.206--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.206--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN ? AND ?))
	bind => [2, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.208--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE  WHEN NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.212--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE  WHEN NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.213--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.216--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.218--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:33.219--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:33.219--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:33.22--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:33.22--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:33.221--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2023-10-25 10:59:33.222--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.223--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN INTVAL1 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.223--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN INTVAL1 AND ?)
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.224--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.224--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN INTVAL1 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.225--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN INTVAL1 AND ?)
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.226--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN 6 WHEN ? THEN 16 ELSE 26 END)
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.227--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN 6 WHEN ? THEN 16 ELSE 26 END)
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.228--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN 6 WHEN ? THEN 16 ELSE 26 END)
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.228--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN 6 WHEN ? THEN 16 ELSE 26 END)
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.23--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.234--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, 8)))
[EL Fine]: sql: 2023-10-25 10:59:33.238--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, ?)))
	bind => [5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.242--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.245--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (6, 7, 8)))))
[EL Fine]: sql: 2023-10-25 10:59:33.249--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (6, 7, ?)))))
	bind => [5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.253--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.257--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, 2, 3, 5, 8))
[EL Fine]: sql: 2023-10-25 10:59:33.26--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, ?, 3, 5, ?))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.262--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.263--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, 2, 3, 5, 8))
[EL Fine]: sql: 2023-10-25 10:59:33.263--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, ?, 3, 5, ?))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.265--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.266--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.266--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.267--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.267--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.268--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.269--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN 6 WHEN ? THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.27--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN 6 WHEN ? THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.271--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN 6 WHEN ? THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.272--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN 6 WHEN ? THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.273--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.275--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.276--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.276--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.278--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.279--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.282--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.285--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.286--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.287--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.288--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.289--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN INTVAL1 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.29--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN INTVAL1 AND ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.291--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.291--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN INTVAL1 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.292--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN INTVAL1 AND ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.293--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2023-10-25 10:59:33.296--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2023-10-25 10:59:33.297--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2023-10-25 10:59:33.298--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2023-10-25 10:59:33.298--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2023-10-25 10:59:33.299--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2023-10-25 10:59:33.3--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.303--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.304--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.304--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.305--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.305--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.306--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.307--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.308--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.309--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.31--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:33.31--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.311--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.314--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.315--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.316--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.317--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.319--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN 0 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.322--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN 0 AND ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.324--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.325--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN 0 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.325--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN 0 AND ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.326--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.327--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.328--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.328--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.329--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.33--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.331--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.332--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.332--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.333--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.334--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.334--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.335--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.338--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.339--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:33.34--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.343--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.344--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.344--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.345--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.345--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.346--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.347--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2023-10-25 10:59:33.349--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2023-10-25 10:59:33.35--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE ? ESCAPE ?
	bind => [WORLD, A]
[EL Fine]: sql: 2023-10-25 10:59:33.352--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2023-10-25 10:59:33.352--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2023-10-25 10:59:33.353--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE ? ESCAPE ?
	bind => [WORLD, A]
[EL Fine]: sql: 2023-10-25 10:59:33.354--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.357--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, 2, 3, 5, 8))
[EL Fine]: sql: 2023-10-25 10:59:33.359--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, ?, 3, 5, ?))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.361--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.361--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, 2, 3, 5, 8))
[EL Fine]: sql: 2023-10-25 10:59:33.362--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, ?, 3, 5, ?))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.363--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.365--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.366--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.366--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.367--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.368--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.369--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.369--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.37--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.371--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.371--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.371--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.373--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.373--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.374--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.375--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.375--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.376--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.386--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.387--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.388--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.388--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.389--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.39--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (1, 2, 3, 5, 8, 13, 21))
[EL Fine]: sql: 2023-10-25 10:59:33.393--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (1, ?, 3, 5, 8, ?, ?))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.396--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?)))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.396--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (1, 2, 3, 5, 8, 13, 21)))
[EL Fine]: sql: 2023-10-25 10:59:33.399--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (1, 3, 5, 8))) OR NOT ((INTVAL1 IN (?,?,?))))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.402--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.404--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, 5) = INTVAL2)
[EL Fine]: sql: 2023-10-25 10:59:33.405--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.406--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.406--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, 5) = INTVAL2)
[EL Fine]: sql: 2023-10-25 10:59:33.407--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, 5) = INTVAL2)
[EL Fine]: sql: 2023-10-25 10:59:33.408--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.409--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.41--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.411--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.411--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.412--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.413--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.413--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN 0 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.414--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN 0 AND ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.415--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.415--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN 0 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.415--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN 0 AND ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.416--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.416--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.417--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.418--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.419--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.419--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.42--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2023-10-25 10:59:33.421--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R'
[EL Fine]: sql: 2023-10-25 10:59:33.421--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2023-10-25 10:59:33.422--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R'
[EL Fine]: sql: 2023-10-25 10:59:33.423--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.425--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.426--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.426--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.427--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.428--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.428--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.429--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.429--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.43--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.431--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE  WHEN EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO')) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.435--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE  WHEN EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO')) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.436--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO')) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.439--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO')) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.44--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.443--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.444--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.445--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.446--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.446--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.447--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.45--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (1, 2, 3, 5, 8))
[EL Fine]: sql: 2023-10-25 10:59:33.453--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (1, ?, 3, 5, ?))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.455--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.456--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (1, 2, 3, 5, 8)))
[EL Fine]: sql: 2023-10-25 10:59:33.458--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (1, ?, 3, 5, ?)))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.46--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.461--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.462--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.462--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.464--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [2, 7, 5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.466--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [null, 7, 5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.467--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [null, 7, 5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.467--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [null, 7, 5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.468--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.469--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.47--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.47--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.471--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.471--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.472--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE  WHEN NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO')) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.476--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE  WHEN NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO')) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.477--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.48--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.481--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.482--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.483--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.484--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.484--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.485--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.487--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.488--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (1, 2, 3, 5, 8, 13, 21))
[EL Fine]: sql: 2023-10-25 10:59:33.488--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (1, ?, 3, 5, 8, ?, ?))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.489--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?)))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.489--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (1, 2, 3, 5, 8, 13, 21)))
[EL Fine]: sql: 2023-10-25 10:59:33.49--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (1, 3, 5, 8))) OR NOT ((INTVAL1 IN (?,?,?))))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.491--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE  WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END)
[EL Fine]: sql: 2023-10-25 10:59:33.492--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE  WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END)
[EL Fine]: sql: 2023-10-25 10:59:33.493--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE  WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END)
[EL Fine]: sql: 2023-10-25 10:59:33.493--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END )
[EL Fine]: sql: 2023-10-25 10:59:33.493--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END )
[EL Fine]: sql: 2023-10-25 10:59:33.494--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END )
[EL Fine]: sql: 2023-10-25 10:59:33.495--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?)
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.496--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?)
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.496--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.496--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.498--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:33.498--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:33.499--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:33.499--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD'))
[EL Fine]: sql: 2023-10-25 10:59:33.5--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [2, 7, 5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.501--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)
[EL Fine]: sql: 2023-10-25 10:59:33.51--ServerSession(1157462948)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:33.512--UnitOfWork(1712597146)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "NULL" at line 1, column 55.
Error Code: 30000
Call: SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)
Query: ReportQuery(referenceClass=QuerySyntaxEntity sql="SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)")
[EL Fine]: sql: 2023-10-25 10:59:33.513--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [null, 7, 5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.513--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)
[EL Fine]: sql: 2023-10-25 10:59:33.518--ServerSession(1157462948)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:33.518--UnitOfWork(1712597146)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "NULL" at line 1, column 55.
Error Code: 30000
Call: SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)
Query: ReportQuery(referenceClass=QuerySyntaxEntity sql="SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)")
[EL Fine]: sql: 2023-10-25 10:59:33.519--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.52--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = 4)
[EL Fine]: sql: 2023-10-25 10:59:33.523--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.523--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = 4)
[EL Fine]: sql: 2023-10-25 10:59:33.525--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.526--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.526--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.527--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.527--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.528--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.529--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE  WHEN EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.532--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE  WHEN EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.533--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.535--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.537--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2)
	bind => [2, 7, 5, 9, 12]
[EL Fine]: sql: 2023-10-25 10:59:33.539--ServerSession(686904524)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:33.539--UnitOfWork(1363574841)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: All the arguments to the COALESCE/VALUE function cannot be parameters. The function needs at least one argument that is not a parameter.
Error Code: 30000
Call: SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2)
	bind => [2, 7, 5, 9, 12]
Query: ReportQuery(referenceClass=QuerySyntaxEntity sql="SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2)")
[EL Fine]: sql: 2023-10-25 10:59:33.54--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)
[EL Fine]: sql: 2023-10-25 10:59:33.544--ServerSession(686904524)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:33.544--UnitOfWork(1363574841)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "NULL" at line 1, column 55.
Error Code: 30000
Call: SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)
Query: ReportQuery(referenceClass=QuerySyntaxEntity sql="SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)")
[EL Fine]: sql: 2023-10-25 10:59:33.544--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2)
	bind => [null, 7, 5, 9, 12]
[EL Fine]: sql: 2023-10-25 10:59:33.546--ServerSession(686904524)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:33.546--UnitOfWork(1363574841)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: All the arguments to the COALESCE/VALUE function cannot be parameters. The function needs at least one argument that is not a parameter.
Error Code: 30000
Call: SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2)
	bind => [null, 7, 5, 9, 12]
Query: ReportQuery(referenceClass=QuerySyntaxEntity sql="SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2)")
[EL Fine]: sql: 2023-10-25 10:59:33.546--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)
[EL Fine]: sql: 2023-10-25 10:59:33.55--ServerSession(686904524)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:33.55--UnitOfWork(1363574841)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "NULL" at line 1, column 55.
Error Code: 30000
Call: SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)
Query: ReportQuery(referenceClass=QuerySyntaxEntity sql="SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(NULL, 7, 5, 9, 12) = INTVAL2)")
[EL Fine]: sql: 2023-10-25 10:59:33.551--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.552--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.553--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.553--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.553--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.554--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2023-10-25 10:59:33.555--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.555--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.556--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.557--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.557--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9)))
[EL Fine]: sql: 2023-10-25 10:59:33.558--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.559--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.56--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, 2, 3, 5, 8))
[EL Fine]: sql: 2023-10-25 10:59:33.561--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, ?, 3, 5, ?))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.562--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.562--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, 2, 3, 5, 8))
[EL Fine]: sql: 2023-10-25 10:59:33.563--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, ?, 3, 5, ?))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.564--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.564--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.565--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.565--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.566--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2023-10-25 10:59:33.567--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2023-10-25 10:59:33.567--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2023-10-25 10:59:33.568--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2023-10-25 10:59:33.568--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2023-10-25 10:59:33.569--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2023-10-25 10:59:33.569--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.57--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN 0 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.571--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN 0 AND ?)
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.571--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.572--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN 0 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.572--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN 0 AND ?)
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.573--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.575--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, 5) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.577--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.578--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.579--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, 5) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.579--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT COALESCE(INTVAL1, 5) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.58--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.582--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, 2, 3, 5, 8, 13, 21))
[EL Fine]: sql: 2023-10-25 10:59:33.584--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, ?, 3, 5, 8, ?, ?))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.586--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.587--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, 2, 3, 5, 8, 13, 21))
[EL Fine]: sql: 2023-10-25 10:59:33.587--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (1, 3, 5, 8)) OR (INTVAL1 IN (?,?,?)))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.59--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2023-10-25 10:59:33.592--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2023-10-25 10:59:33.593--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + ?) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(?)))
	bind => [-2, -2]
[EL Fine]: sql: 2023-10-25 10:59:33.595--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2023-10-25 10:59:33.596--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2023-10-25 10:59:33.597--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1, (4 + ?) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(?)))
	bind => [-2, -2]
[EL Fine]: sql: 2023-10-25 10:59:33.598--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.6--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.6--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.601--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2023-10-25 10:59:33.602--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.604--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, 8)))
[EL Fine]: sql: 2023-10-25 10:59:33.607--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, ?)))
	bind => [5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.609--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.61--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, 8)))
[EL Fine]: sql: 2023-10-25 10:59:33.61--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, ?)))
	bind => [5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.611--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?)
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.612--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE '%ORL%')
[EL Fine]: sql: 2023-10-25 10:59:33.613--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.614--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.616--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.618--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, 2, 3, 5, 8, 13, 21))
[EL Fine]: sql: 2023-10-25 10:59:33.621--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, ?, 3, 5, 8, ?, ?))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.623--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.623--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, 2, 3, 5, 8, 13, 21))
[EL Fine]: sql: 2023-10-25 10:59:33.624--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (1, 3, 5, 8)) OR (INTVAL1 IN (?,?,?)))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.628--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.628--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.629--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.631--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.632--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.633--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.634--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.637--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.637--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.64--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.641--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.641--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 4)
[EL Fine]: sql: 2023-10-25 10:59:33.643--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.644--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 4)
[EL Fine]: sql: 2023-10-25 10:59:33.645--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.646--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, 5) = INTVAL2)
[EL Fine]: sql: 2023-10-25 10:59:33.646--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.647--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.647--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, 5) = INTVAL2)
[EL Fine]: sql: 2023-10-25 10:59:33.648--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, 5) = INTVAL2)
[EL Fine]: sql: 2023-10-25 10:59:33.649--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE  WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.652--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE  WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.653--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE  WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.653--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END  FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.655--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END  FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.656--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END  FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.657--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.657--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 4)
[EL Fine]: sql: 2023-10-25 10:59:33.658--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.658--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 4)
[EL Fine]: sql: 2023-10-25 10:59:33.659--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.661--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.661--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.662--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.662--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.663--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.663--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE  WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END)
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.666--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE  WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END)
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.667--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE  WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END)
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.667--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END )
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.669--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END )
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.67--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END )
	bind => [5, 15]
[EL Fine]: sql: 2023-10-25 10:59:33.671--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.672--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.672--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.673--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.673--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.674--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:33.675--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.676--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, 2, 3, 5, 8))
[EL Fine]: sql: 2023-10-25 10:59:33.676--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, ?, 3, 5, ?))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.677--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.677--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, 2, 3, 5, 8))
[EL Fine]: sql: 2023-10-25 10:59:33.678--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, ?, 3, 5, ?))
	bind => [2, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.678--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2023-10-25 10:59:33.679--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2023-10-25 10:59:33.68--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2023-10-25 10:59:33.68--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2023-10-25 10:59:33.68--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2023-10-25 10:59:33.681--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2023-10-25 10:59:33.682--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.682--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, 8)))
[EL Fine]: sql: 2023-10-25 10:59:33.683--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, ?)))
	bind => [5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.684--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.684--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (6, 7, 8)))))
[EL Fine]: sql: 2023-10-25 10:59:33.685--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (6, 7, ?)))))
	bind => [5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.686--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.688--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.689--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.689--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.69--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.69--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.691--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE  WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.694--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE  WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.695--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE  WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.696--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END  FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.698--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END  FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.699--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END  FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.7--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2023-10-25 10:59:33.7--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2023-10-25 10:59:33.701--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2023-10-25 10:59:33.702--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2023-10-25 10:59:33.702--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2023-10-25 10:59:33.703--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2023-10-25 10:59:33.704--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.706--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.707--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.707--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.708--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.708--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.709--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.711--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, 2, 3, 5, 8, 13, 21))
[EL Fine]: sql: 2023-10-25 10:59:33.712--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, ?, 3, 5, 8, ?, ?))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.713--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.713--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (1, 2, 3, 5, 8, 13, 21))
[EL Fine]: sql: 2023-10-25 10:59:33.714--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (1, 3, 5, 8)) OR (INTVAL1 IN (?,?,?)))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.715--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.715--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.716--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.717--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.717--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = 9))
[EL Fine]: sql: 2023-10-25 10:59:33.718--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:33.719--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.72--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, 2, 3, 5, 8, 13, 21))
[EL Fine]: sql: 2023-10-25 10:59:33.721--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, ?, 3, 5, 8, ?, ?))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.721--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.722--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (1, 2, 3, 5, 8, 13, 21))
[EL Fine]: sql: 2023-10-25 10:59:33.722--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (1, 3, 5, 8)) OR (INTVAL1 IN (?,?,?)))
	bind => [2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.723--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE  WHEN NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.727--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE  WHEN NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO')) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.727--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.73--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.73--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.733--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.734--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.735--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE '%ORL%'
[EL Fine]: sql: 2023-10-25 10:59:33.736--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.737--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, 8)))
[EL Fine]: sql: 2023-10-25 10:59:33.738--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, ?)))
	bind => [5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.738--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.739--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE 5 IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, 8)))
[EL Fine]: sql: 2023-10-25 10:59:33.739--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (6, 7, ?)))
	bind => [5, 8]
[EL Fine]: sql: 2023-10-25 10:59:33.74--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.741--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = 4)
[EL Fine]: sql: 2023-10-25 10:59:33.742--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2023-10-25 10:59:33.743--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = 4)
[EL Fine]: sql: 2023-10-25 10:59:33.743--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.744--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.744--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.745--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.745--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.746--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.747--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.75--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.75--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.751--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.751--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.752--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.752--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.755--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.755--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN ? AND ?)
	bind => [2, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.757--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2023-10-25 10:59:33.758--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2023-10-25 10:59:33.758--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN ? AND ?)
	bind => [2, 9]
[EL Fine]: sql: 2023-10-25 10:59:33.759--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.76--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.762--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.762--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.763--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.763--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?)))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.766--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:33.768--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:33.769--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.77--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:33.773--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.774--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2023-10-25 10:59:33.776--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)))
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.776--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO')))
[EL Fine]: sql: 2023-10-25 10:59:33.779--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE  WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.78--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE  WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.781--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE  WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.783--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = ?) THEN 16 ELSE 26 END  FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 15, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.784--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = 5) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END  FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 99)
[EL Fine]: sql: 2023-10-25 10:59:33.784--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN 6 WHEN (INTVAL2 = 15) THEN 16 ELSE 26 END  FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [5, 99]
[EL Fine]: sql: 2023-10-25 10:59:33.787--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE  WHEN EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.788--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE  WHEN EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO')) THEN 1 ELSE 0 END FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.79--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
	bind => [HELLO]
[EL Fine]: sql: 2023-10-25 10:59:33.79--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO')) THEN 1 ELSE 0 END  FROM QUERYSYNTAXENTITY t0
[EL Fine]: sql: 2023-10-25 10:59:33.793--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.794--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.797--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.797--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.798--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.798--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?)))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2023-10-25 10:59:33.801--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.803--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.803--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.804--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.804--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2023-10-25 10:59:33.805--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: connection: 2023-10-25 10:59:33.805--ServerSession(1157462948)--Connection(1962629977)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:33.805--ServerSession(1157462948)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:33.805--ServerSession(1157462948)--Connection(1534340040)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:33.805--ServerSession(1484960258)--Connection(1710483461)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:33.805--ServerSession(1484960258)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:33.805--ServerSession(1484960258)--Connection(673992096)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:33.806--ServerSession(686904524)--Connection(2017147552)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:33.806--ServerSession(686904524)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:33.806--ServerSession(686904524)--Connection(1277490082)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.902 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests
[EL Fine]: server: 2023-10-25 10:59:33.811--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:33.812--ServerSession(919978702)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:33.813--ServerSession(919978702)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:33.813--ServerSession(919978702)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:33.813--ServerSession(919978702)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:33.814--ServerSession(919978702)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:33.814--ServerSession(919978702)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:33.814--ServerSession(919978702)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:33.814--ServerSession(919978702)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:33.814--ServerSession(919978702)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:33.814--ServerSession(919978702)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:33.814--ServerSession(919978702)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:33.816--ServerSession(919978702)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:33.817--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:33.818--ServerSession(919978702)--Connection(377207092)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:33.819--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:33.82--ServerSession(919978702)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:33.821--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:33.823--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.825--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:33.827--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:33.829--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:33.83--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:33.832--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:33.833--ServerSession(1725340882)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:33.834--ServerSession(1725340882)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:33.834--ServerSession(1725340882)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:33.834--ServerSession(1725340882)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:33.834--ServerSession(1725340882)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:33.834--ServerSession(1725340882)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:33.834--ServerSession(1725340882)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:33.835--ServerSession(1725340882)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:33.835--ServerSession(1725340882)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:33.835--ServerSession(1725340882)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:33.835--ServerSession(1725340882)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:33.836--ServerSession(1725340882)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:33.837--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:33.838--ServerSession(1725340882)--Connection(490625541)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:33.839--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:33.84--ServerSession(1725340882)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:33.84--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:33.842--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.844--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:33.845--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:33.847--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:33.848--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2023-10-25 10:59:33.85--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:33.851--ServerSession(172272947)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:33.851--ServerSession(172272947)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2023-10-25 10:59:33.852--ServerSession(172272947)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2023-10-25 10:59:33.852--ServerSession(172272947)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2023-10-25 10:59:33.852--ServerSession(172272947)--Thread(Thread[main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2023-10-25 10:59:33.852--ServerSession(172272947)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:33.852--ServerSession(172272947)--Thread(Thread[main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2023-10-25 10:59:33.852--ServerSession(172272947)--Thread(Thread[main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2023-10-25 10:59:33.852--ServerSession(172272947)--Thread(Thread[main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2023-10-25 10:59:33.852--ServerSession(172272947)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:33.852--ServerSession(172272947)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2023-10-25 10:59:33.853--ServerSession(172272947)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:33.855--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:33.855--ServerSession(172272947)--Connection(1155789797)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:33.856--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:33.857--ServerSession(172272947)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:33.858--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2023-10-25 10:59:33.859--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.861--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2023-10-25 10:59:33.862--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:33.865--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2023-10-25 10:59:33.866--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2023-10-25 10:59:33.869--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.873--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.874--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.875--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.876--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.876--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.878--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.881--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(1))
[EL Fine]: sql: 2023-10-25 10:59:33.883--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.884--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0.0]
[EL Fine]: sql: 2023-10-25 10:59:33.885--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0.0 < AVG(1))
[EL Fine]: sql: 2023-10-25 10:59:33.887--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0.0]
[EL Fine]: sql: 2023-10-25 10:59:33.889--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.891--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.892--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.892--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.893--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.894--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.894--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.895--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.896--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.898--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.899--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.899--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.9--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.903--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD')
[EL Fine]: sql: 2023-10-25 10:59:33.904--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.905--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD')
[EL Fine]: sql: 2023-10-25 10:59:33.906--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.907--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.907--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.908--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0.0]
[EL Fine]: sql: 2023-10-25 10:59:33.909--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0.0]
[EL Fine]: sql: 2023-10-25 10:59:33.909--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0.0]
[EL Fine]: sql: 2023-10-25 10:59:33.91--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:33.913--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:33.913--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:33.914--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.917--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2023-10-25 10:59:33.919--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.92--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.92--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2023-10-25 10:59:33.921--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.922--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.924--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.925--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.926--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.927--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:33.928--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.929--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:33.931--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > 8)
[EL Fine]: sql: 2023-10-25 10:59:33.933--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:33.934--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > 8)
[EL Fine]: sql: 2023-10-25 10:59:33.935--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:33.937--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > 8)
[EL Fine]: sql: 2023-10-25 10:59:33.939--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:33.94--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > 8)
[EL Fine]: sql: 2023-10-25 10:59:33.941--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.943--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.944--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.944--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.945--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:33.946--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > 8)
[EL Fine]: sql: 2023-10-25 10:59:33.947--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:33.947--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > 8)
[EL Fine]: sql: 2023-10-25 10:59:33.948--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.951--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.951--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.952--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.953--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.953--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.954--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.955--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2023-10-25 10:59:33.957--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.958--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.959--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2023-10-25 10:59:33.959--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.96--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.963--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.964--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.964--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.965--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.965--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.966--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.969--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2023-10-25 10:59:33.972--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.972--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.973--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2023-10-25 10:59:33.973--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.974--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.975--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.976--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.976--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.977--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.977--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.978--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:33.979--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > 8)
[EL Fine]: sql: 2023-10-25 10:59:33.98--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:33.98--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > 8)
[EL Fine]: sql: 2023-10-25 10:59:33.981--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.983--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.984--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.984--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:33.985--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.986--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.986--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.986--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2023-10-25 10:59:33.987--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2023-10-25 10:59:33.988--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2023-10-25 10:59:33.988--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2023-10-25 10:59:33.989--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2023-10-25 10:59:33.989--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2023-10-25 10:59:33.99--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2023-10-25 10:59:33.99--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.991--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.991--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.992--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.992--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.993--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:33.994--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2023-10-25 10:59:33.997--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2023-10-25 10:59:33.998--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2023-10-25 10:59:33.998--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2023-10-25 10:59:33.999--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2023-10-25 10:59:33.999--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2023-10-25 10:59:34.0--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:34.001--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:34.001--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:34.002--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:34.002--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.003--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.004--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.004--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.005--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.005--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.006--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:34.009--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:34.009--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:34.01--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:34.01--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:34.011--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:34.011--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2023-10-25 10:59:34.012--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2023-10-25 10:59:34.013--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2023-10-25 10:59:34.013--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2023-10-25 10:59:34.013--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2023-10-25 10:59:34.014--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2023-10-25 10:59:34.014--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.015--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.016--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2023-10-25 10:59:34.017--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2023-10-25 10:59:34.017--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2023-10-25 10:59:34.018--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2023-10-25 10:59:34.018--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2023-10-25 10:59:34.019--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2023-10-25 10:59:34.019--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.02--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.02--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.021--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.021--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD')
[EL Fine]: sql: 2023-10-25 10:59:34.022--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD')
[EL Fine]: sql: 2023-10-25 10:59:34.022--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD')
[EL Fine]: sql: 2023-10-25 10:59:34.023--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD')
[EL Fine]: sql: 2023-10-25 10:59:34.023--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:34.024--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:34.025--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:34.025--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2023-10-25 10:59:34.026--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.029--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2023-10-25 10:59:34.03--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.03--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.031--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2023-10-25 10:59:34.031--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.032--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(1))
[EL Fine]: sql: 2023-10-25 10:59:34.033--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(1))
[EL Fine]: sql: 2023-10-25 10:59:34.034--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(1))
[EL Fine]: sql: 2023-10-25 10:59:34.034--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0.0 < AVG(1))
[EL Fine]: sql: 2023-10-25 10:59:34.035--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0.0 < AVG(1))
[EL Fine]: sql: 2023-10-25 10:59:34.035--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0.0 < AVG(1))
[EL Fine]: sql: 2023-10-25 10:59:34.036--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.036--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.037--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.037--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.038--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.039--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.039--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.04--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.04--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.041--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.041--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.042--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.043--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.043--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.044--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.044--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.045--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.045--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.046--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.046--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.046--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.047--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2023-10-25 10:59:34.047--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.048--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:34.049--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.049--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2023-10-25 10:59:34.05--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2023-10-25 10:59:34.05--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: connection: 2023-10-25 10:59:34.05--ServerSession(1725340882)--Connection(1331459452)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:34.051--ServerSession(1725340882)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:34.051--ServerSession(1725340882)--Connection(490625541)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:34.051--ServerSession(172272947)--Connection(1809970047)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:34.051--ServerSession(172272947)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:34.051--ServerSession(172272947)--Connection(1155789797)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:34.051--ServerSession(919978702)--Connection(994009815)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:34.051--ServerSession(919978702)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:34.051--ServerSession(919978702)--Connection(377207092)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s - in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests
[INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction
[EL Info]: 2023-10-25 10:59:34.06--ServerSession(555754759)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction
[INFO] Running org.eclipse.persistence.jpa.test.criteria.TestNegFunction
[EL Info]: 2023-10-25 10:59:34.093--ServerSession(676470485)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.persistence.jpa.test.criteria.TestNegFunction
[INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder
[EL Info]: 2023-10-25 10:59:34.126--ServerSession(115112831)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder
[INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCollectionTable
[EL Info]: 2023-10-25 10:59:34.197--ServerSession(119282849)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.persistence.jpa.test.criteria.TestCollectionTable
[INFO] Running org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany
[EL Info]: 2023-10-25 10:59:34.254--ServerSession(453562991)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: sql: 2023-10-25 10:59:34.263--ServerSession(453562991)--Connection(1585358875)--ALTER TABLE COMMENTA DROP CONSTRAINT COMMENTA_POSTA_FK
[EL Fine]: sql: 2023-10-25 10:59:34.265--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.265--ServerSession(453562991)--Connection(1585358875)--ALTER TABLE COMMENTB DROP CONSTRAINT COMMENTBPOSTB_B_FK
[EL Fine]: sql: 2023-10-25 10:59:34.266--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.266--ServerSession(453562991)--Connection(1585358875)--ALTER TABLE COMMENTC DROP CONSTRAINT CMMENTCCOMPLEXIDCA
[EL Fine]: sql: 2023-10-25 10:59:34.267--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.267--ServerSession(453562991)--Connection(1585358875)--ALTER TABLE COMMENTD DROP CONSTRAINT CMMENTDCOMPLEXIDDB
[EL Fine]: sql: 2023-10-25 10:59:34.268--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.268--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTA
[EL Fine]: sql: 2023-10-25 10:59:34.269--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.269--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTB
[EL Fine]: sql: 2023-10-25 10:59:34.269--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.27--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTC
[EL Fine]: sql: 2023-10-25 10:59:34.27--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.271--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTD
[EL Fine]: sql: 2023-10-25 10:59:34.271--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.271--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POST_A
[EL Fine]: sql: 2023-10-25 10:59:34.272--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.272--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTB
[EL Fine]: sql: 2023-10-25 10:59:34.273--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.273--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTC
[EL Fine]: sql: 2023-10-25 10:59:34.273--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.274--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTD
[EL Fine]: sql: 2023-10-25 10:59:34.274--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.275--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTA
[EL Fine]: sql: 2023-10-25 10:59:34.275--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.276--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTB
[EL Fine]: sql: 2023-10-25 10:59:34.276--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.276--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTC
[EL Fine]: sql: 2023-10-25 10:59:34.277--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.277--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTD
[EL Fine]: sql: 2023-10-25 10:59:34.278--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.278--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POST_A
[EL Fine]: sql: 2023-10-25 10:59:34.279--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.279--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTB
[EL Fine]: sql: 2023-10-25 10:59:34.279--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.28--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTC
[EL Fine]: sql: 2023-10-25 10:59:34.28--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.28--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTD
[EL Fine]: sql: 2023-10-25 10:59:34.281--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.281--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTA
[EL Fine]: sql: 2023-10-25 10:59:34.282--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.282--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTB
[EL Fine]: sql: 2023-10-25 10:59:34.282--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.283--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTC
[EL Fine]: sql: 2023-10-25 10:59:34.283--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.283--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTD
[EL Fine]: sql: 2023-10-25 10:59:34.284--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.284--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POST_A
[EL Fine]: sql: 2023-10-25 10:59:34.285--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.285--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTB
[EL Fine]: sql: 2023-10-25 10:59:34.285--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.286--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTC
[EL Fine]: sql: 2023-10-25 10:59:34.286--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.286--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTD
[EL Fine]: sql: 2023-10-25 10:59:34.287--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.287--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTA
[EL Fine]: sql: 2023-10-25 10:59:34.288--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.288--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTB
[EL Fine]: sql: 2023-10-25 10:59:34.289--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.289--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTC
[EL Fine]: sql: 2023-10-25 10:59:34.289--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.29--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTD
[EL Fine]: sql: 2023-10-25 10:59:34.29--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.29--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POST_A
[EL Fine]: sql: 2023-10-25 10:59:34.291--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.291--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTB
[EL Fine]: sql: 2023-10-25 10:59:34.292--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.292--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTC
[EL Fine]: sql: 2023-10-25 10:59:34.292--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.293--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTD
[EL Fine]: sql: 2023-10-25 10:59:34.293--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.294--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTA
[EL Fine]: sql: 2023-10-25 10:59:34.294--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.294--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTB
[EL Fine]: sql: 2023-10-25 10:59:34.295--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.295--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTC
[EL Fine]: sql: 2023-10-25 10:59:34.296--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.296--ServerSession(453562991)--Connection(1585358875)--DROP TABLE COMMENTD
[EL Fine]: sql: 2023-10-25 10:59:34.297--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.297--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POST_A
[EL Fine]: sql: 2023-10-25 10:59:34.298--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.298--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTB
[EL Fine]: sql: 2023-10-25 10:59:34.299--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.299--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTC
[EL Fine]: sql: 2023-10-25 10:59:34.299--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.3--ServerSession(453562991)--Connection(1585358875)--DROP TABLE POSTD
[EL Fine]: sql: 2023-10-25 10:59:34.3--ServerSession(453562991)--VALUES(1)
[EL Fine]: sql: 2023-10-25 10:59:34.301--ServerSession(453562991)--Connection(1585358875)--CREATE TABLE COMMENTA (ID BIGINT NOT NULL, POSTA_FK BIGINT NOT NULL, PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:34.302--ServerSession(453562991)--Connection(1585358875)--CREATE TABLE COMMENTB (ID BIGINT NOT NULL, CONTENT VARCHAR(255) NOT NULL, POSTB_A_FK BIGINT NOT NULL, POSTB_B_FK BIGINT NOT NULL, PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:34.304--ServerSession(453562991)--Connection(1585358875)--CREATE TABLE COMMENTC (CONTENT VARCHAR(255) NOT NULL, COMPLEXID_C_A BIGINT NOT NULL, TYPE VARCHAR(255) NOT NULL, PRIMARY KEY (COMPLEXID_C_A, TYPE))
[EL Fine]: sql: 2023-10-25 10:59:34.305--ServerSession(453562991)--Connection(1585358875)--CREATE TABLE COMMENTD (CONTENT VARCHAR(255) NOT NULL, COMPLEXID_D_B BIGINT NOT NULL, COMPLEXID_D_A BIGINT NOT NULL, PRIMARY KEY (COMPLEXID_D_B, COMPLEXID_D_A))
[EL Fine]: sql: 2023-10-25 10:59:34.307--ServerSession(453562991)--Connection(1585358875)--CREATE TABLE POST_A (IDA BIGINT NOT NULL, PRIMARY KEY (IDA))
[EL Fine]: sql: 2023-10-25 10:59:34.308--ServerSession(453562991)--Connection(1585358875)--CREATE TABLE POSTB (IDB BIGINT NOT NULL, IDA BIGINT NOT NULL, PRIMARY KEY (IDB, IDA))
[EL Fine]: sql: 2023-10-25 10:59:34.309--ServerSession(453562991)--Connection(1585358875)--CREATE TABLE POSTC (ID BIGINT NOT NULL, PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:34.31--ServerSession(453562991)--Connection(1585358875)--CREATE TABLE POSTD (COMPLEXID_D_B BIGINT NOT NULL, COMPLEXID_D_A BIGINT NOT NULL, PRIMARY KEY (COMPLEXID_D_B, COMPLEXID_D_A))
[EL Fine]: sql: 2023-10-25 10:59:34.311--ServerSession(453562991)--Connection(1585358875)--ALTER TABLE COMMENTA ADD CONSTRAINT COMMENTA_POSTA_FK FOREIGN KEY (POSTA_FK) REFERENCES POST_A (IDA)
[EL Fine]: sql: 2023-10-25 10:59:34.313--ServerSession(453562991)--Connection(1585358875)--ALTER TABLE COMMENTB ADD CONSTRAINT COMMENTBPOSTB_B_FK FOREIGN KEY (POSTB_B_FK, POSTB_A_FK) REFERENCES POSTB (IDB, IDA)
[EL Fine]: sql: 2023-10-25 10:59:34.314--ServerSession(453562991)--Connection(1585358875)--ALTER TABLE COMMENTC ADD CONSTRAINT CMMENTCCOMPLEXIDCA FOREIGN KEY (COMPLEXID_C_A) REFERENCES POSTC (ID)
[EL Fine]: sql: 2023-10-25 10:59:34.316--ServerSession(453562991)--Connection(1585358875)--ALTER TABLE COMMENTD ADD CONSTRAINT CMMENTDCOMPLEXIDDB FOREIGN KEY (COMPLEXID_D_B, COMPLEXID_D_A) REFERENCES POSTD (COMPLEXID_D_B, COMPLEXID_D_A)
[EL Fine]: sql: 2023-10-25 10:59:34.319--ServerSession(453562991)--Connection(1585358875)--CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(15), PRIMARY KEY (SEQ_NAME))
[EL Fine]: sql: 2023-10-25 10:59:34.321--ServerSession(453562991)--Connection(1585358875)--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[EL Finest]: sql: 2023-10-25 10:59:34.345--ServerSession(453562991)--Connection(1585358875)--No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table.:02000 - ERROR 02000: No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table.
[EL Fine]: sql: 2023-10-25 10:59:34.345--ServerSession(453562991)--Connection(1585358875)--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[EL Fine]: sql: 2023-10-25 10:59:34.348--ServerSession(453562991)--Connection(1585358875)--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)
[EL Fine]: sql: 2023-10-25 10:59:34.352--ClientSession(1682716048)--Connection(1585358875)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?)
	bind => [21, 20]
[EL Fine]: sql: 2023-10-25 10:59:34.355--ClientSession(1682716048)--Connection(1585358875)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?)
	bind => [20, 21, a]
[EL Fine]: sql: 2023-10-25 10:59:34.358--ClientSession(1890131314)--Connection(1585358875)--INSERT INTO POSTC (ID) VALUES (?)
	bind => [5]
[EL Fine]: sql: 2023-10-25 10:59:34.36--ClientSession(1890131314)--Connection(1585358875)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [5, a, Type1]
[EL Fine]: sql: 2023-10-25 10:59:34.362--ClientSession(1890131314)--Connection(1585358875)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [5, b, Type2]
[EL Fine]: sql: 2023-10-25 10:59:34.362--ClientSession(1890131314)--Connection(1585358875)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [5, c, Type3]
[EL Fine]: sql: 2023-10-25 10:59:34.365--ClientSession(737196947)--Connection(1585358875)--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
	bind => [50, SEQ_GEN]
[EL Fine]: sql: 2023-10-25 10:59:34.368--ClientSession(737196947)--Connection(1585358875)--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ?
	bind => [SEQ_GEN]
[EL Fine]: sql: 2023-10-25 10:59:34.371--ClientSession(737196947)--Connection(1585358875)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?)
	bind => [4, 3]
[EL Fine]: sql: 2023-10-25 10:59:34.373--ClientSession(737196947)--Connection(1585358875)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [3, 4, 1, a]
[EL Fine]: sql: 2023-10-25 10:59:34.375--ClientSession(737196947)--Connection(1585358875)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [3, 4, 2, b]
[EL Fine]: sql: 2023-10-25 10:59:34.375--ClientSession(737196947)--Connection(1585358875)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [3, 4, 3, c]
[EL Fine]: sql: 2023-10-25 10:59:34.377--ClientSession(1552840327)--Connection(1585358875)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?)
	bind => [23, 22]
[EL Fine]: sql: 2023-10-25 10:59:34.379--ClientSession(1552840327)--Connection(1585358875)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?)
	bind => [22, 23, d]
[EL Fine]: sql: 2023-10-25 10:59:34.381--ClientSession(547160119)--Connection(1585358875)--INSERT INTO POST_A (IDA) VALUES (?)
	bind => [9]
[EL Fine]: sql: 2023-10-25 10:59:34.382--ClientSession(547160119)--Connection(1585358875)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [9, 4]
[EL Fine]: sql: 2023-10-25 10:59:34.384--ClientSession(547160119)--Connection(1585358875)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [9, 5]
[EL Fine]: sql: 2023-10-25 10:59:34.385--ClientSession(547160119)--Connection(1585358875)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [9, 6]
[EL Fine]: sql: 2023-10-25 10:59:34.386--ClientSession(841323501)--Connection(1585358875)--INSERT INTO POST_A (IDA) VALUES (?)
	bind => [10]
[EL Fine]: sql: 2023-10-25 10:59:34.387--ClientSession(841323501)--Connection(1585358875)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [10, 7]
[EL Fine]: sql: 2023-10-25 10:59:34.387--ClientSession(841323501)--Connection(1585358875)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [10, 9]
[EL Fine]: sql: 2023-10-25 10:59:34.387--ClientSession(841323501)--Connection(1585358875)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [10, 8]
[EL Fine]: sql: 2023-10-25 10:59:34.388--ClientSession(2090630781)--Connection(1585358875)--INSERT INTO POSTC (ID) VALUES (?)
	bind => [6]
[EL Fine]: sql: 2023-10-25 10:59:34.389--ClientSession(2090630781)--Connection(1585358875)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [6, f, Type6]
[EL Fine]: sql: 2023-10-25 10:59:34.389--ClientSession(2090630781)--Connection(1585358875)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [6, d, Type4]
[EL Fine]: sql: 2023-10-25 10:59:34.39--ClientSession(2090630781)--Connection(1585358875)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [6, 3, Type5]
[EL Fine]: sql: 2023-10-25 10:59:34.391--ClientSession(712723382)--Connection(1585358875)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?)
	bind => [6, 5]
[EL Fine]: sql: 2023-10-25 10:59:34.391--ClientSession(712723382)--Connection(1585358875)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [5, 6, 10, d]
[EL Fine]: sql: 2023-10-25 10:59:34.392--ClientSession(712723382)--Connection(1585358875)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [5, 6, 11, e]
[EL Fine]: sql: 2023-10-25 10:59:34.392--ClientSession(712723382)--Connection(1585358875)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [5, 6, 12, f]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany
[INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride
[EL Fine]: server: 2023-10-25 10:59:34.398--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:34.4--ServerSession(1976233207)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityA] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:34.401--ServerSession(1976233207)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field simpleMappingEmbeddable] is being defaulted to: class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableA.
[EL Config]: metadata: 2023-10-25 10:59:34.401--ServerSession(1976233207)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityB] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:34.401--ServerSession(1976233207)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field simpleMappingEmbeddable] is being defaulted to: class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableB.
[EL Config]: metadata: 2023-10-25 10:59:34.401--ServerSession(1976233207)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableIdA] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:34.401--ServerSession(1976233207)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableIdA] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:34.401--ServerSession(1976233207)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableA] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:34.402--ServerSession(1976233207)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableA] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:34.402--ServerSession(1976233207)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableB] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:34.402--ServerSession(1976233207)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableB] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:34.402--ServerSession(1976233207)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityA] is being defaulted to: OverrideEntityA.
[EL Config]: metadata: 2023-10-25 10:59:34.402--ServerSession(1976233207)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityB] is being defaulted to: OverrideEntityB.
[EL Config]: metadata: 2023-10-25 10:59:34.405--ServerSession(1976233207)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field simpleMappingEmbeddable] is being defaulted to: b_id.
[EL Info]: 2023-10-25 10:59:34.408--ServerSession(1976233207)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:34.41--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:34.41--ServerSession(1976233207)--Connection(234048257)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:34.411--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:34.415--ServerSession(1976233207)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2023-10-25 10:59:34.416--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--ALTER TABLE CT_OVERRIDE_ENTITY_A DROP CONSTRAINT CTVRRDNTTYCTVRRDVL
[EL Fine]: sql: 2023-10-25 10:59:34.417--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.417--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_A' because it does not exist.
Error Code: 30000
Call: ALTER TABLE CT_OVERRIDE_ENTITY_A DROP CONSTRAINT CTVRRDNTTYCTVRRDVL
Query: DataModifyQuery(sql="ALTER TABLE CT_OVERRIDE_ENTITY_A DROP CONSTRAINT CTVRRDNTTYCTVRRDVL")
[EL Fine]: sql: 2023-10-25 10:59:34.418--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--ALTER TABLE ct_override_entity_b DROP CONSTRAINT ctvrrdnttybctnttyb
[EL Fine]: sql: 2023-10-25 10:59:34.418--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.419--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_B' because it does not exist.
Error Code: 30000
Call: ALTER TABLE ct_override_entity_b DROP CONSTRAINT ctvrrdnttybctnttyb
Query: DataModifyQuery(sql="ALTER TABLE ct_override_entity_b DROP CONSTRAINT ctvrrdnttybctnttyb")
[EL Fine]: sql: 2023-10-25 10:59:34.419--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A
[EL Fine]: sql: 2023-10-25 10:59:34.419--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.42--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OVERRIDE_ENTITY_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE OVERRIDE_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A")
[EL Fine]: sql: 2023-10-25 10:59:34.42--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b
[EL Fine]: sql: 2023-10-25 10:59:34.42--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.42--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OVERRIDE_ENTITY_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE override_entity_b
Query: DataModifyQuery(sql="DROP TABLE override_entity_b")
[EL Fine]: sql: 2023-10-25 10:59:34.421--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A
[EL Fine]: sql: 2023-10-25 10:59:34.421--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.421--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE CT_OVERRIDE_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A")
[EL Fine]: sql: 2023-10-25 10:59:34.421--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b
[EL Fine]: sql: 2023-10-25 10:59:34.422--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.422--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE ct_override_entity_b
Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b")
[EL Fine]: sql: 2023-10-25 10:59:34.422--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A
[EL Fine]: sql: 2023-10-25 10:59:34.423--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.423--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OVERRIDE_ENTITY_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE OVERRIDE_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A")
[EL Fine]: sql: 2023-10-25 10:59:34.423--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b
[EL Fine]: sql: 2023-10-25 10:59:34.424--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.424--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OVERRIDE_ENTITY_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE override_entity_b
Query: DataModifyQuery(sql="DROP TABLE override_entity_b")
[EL Fine]: sql: 2023-10-25 10:59:34.424--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A
[EL Fine]: sql: 2023-10-25 10:59:34.425--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.425--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE CT_OVERRIDE_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A")
[EL Fine]: sql: 2023-10-25 10:59:34.425--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b
[EL Fine]: sql: 2023-10-25 10:59:34.425--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.426--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE ct_override_entity_b
Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b")
[EL Fine]: sql: 2023-10-25 10:59:34.426--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A
[EL Fine]: sql: 2023-10-25 10:59:34.426--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.426--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OVERRIDE_ENTITY_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE OVERRIDE_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A")
[EL Fine]: sql: 2023-10-25 10:59:34.426--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b
[EL Fine]: sql: 2023-10-25 10:59:34.427--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.427--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OVERRIDE_ENTITY_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE override_entity_b
Query: DataModifyQuery(sql="DROP TABLE override_entity_b")
[EL Fine]: sql: 2023-10-25 10:59:34.427--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A
[EL Fine]: sql: 2023-10-25 10:59:34.428--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.428--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE CT_OVERRIDE_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A")
[EL Fine]: sql: 2023-10-25 10:59:34.428--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b
[EL Fine]: sql: 2023-10-25 10:59:34.429--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.429--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE ct_override_entity_b
Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b")
[EL Fine]: sql: 2023-10-25 10:59:34.429--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A
[EL Fine]: sql: 2023-10-25 10:59:34.429--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.43--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OVERRIDE_ENTITY_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE OVERRIDE_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A")
[EL Fine]: sql: 2023-10-25 10:59:34.43--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b
[EL Fine]: sql: 2023-10-25 10:59:34.43--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.431--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OVERRIDE_ENTITY_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE override_entity_b
Query: DataModifyQuery(sql="DROP TABLE override_entity_b")
[EL Fine]: sql: 2023-10-25 10:59:34.431--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A
[EL Fine]: sql: 2023-10-25 10:59:34.431--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.431--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE CT_OVERRIDE_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A")
[EL Fine]: sql: 2023-10-25 10:59:34.431--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b
[EL Fine]: sql: 2023-10-25 10:59:34.432--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.432--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE ct_override_entity_b
Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b")
[EL Fine]: sql: 2023-10-25 10:59:34.432--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE OVERRIDE_ENTITY_A
[EL Fine]: sql: 2023-10-25 10:59:34.433--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.433--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OVERRIDE_ENTITY_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE OVERRIDE_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A")
[EL Fine]: sql: 2023-10-25 10:59:34.433--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE override_entity_b
[EL Fine]: sql: 2023-10-25 10:59:34.434--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.434--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OVERRIDE_ENTITY_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE override_entity_b
Query: DataModifyQuery(sql="DROP TABLE override_entity_b")
[EL Fine]: sql: 2023-10-25 10:59:34.434--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A
[EL Fine]: sql: 2023-10-25 10:59:34.434--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.435--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_A' because it does not exist.
Error Code: 30000
Call: DROP TABLE CT_OVERRIDE_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A")
[EL Fine]: sql: 2023-10-25 10:59:34.435--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--DROP TABLE ct_override_entity_b
[EL Fine]: sql: 2023-10-25 10:59:34.435--ServerSession(1976233207)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:34.435--ServerSession(1976233207)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CT_OVERRIDE_ENTITY_B' because it does not exist.
Error Code: 30000
Call: DROP TABLE ct_override_entity_b
Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b")
[EL Fine]: sql: 2023-10-25 10:59:34.436--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--CREATE TABLE OVERRIDE_ENTITY_A (OVERRIDE_VALUE INTEGER, VALUE2 INTEGER, OVERRIDE_NESTED_VALUE INTEGER, VALUE INTEGER NOT NULL, NESTED_VALUE INTEGER NOT NULL, PRIMARY KEY (VALUE, NESTED_VALUE))
[EL Fine]: sql: 2023-10-25 10:59:34.438--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--CREATE TABLE override_entity_b (b_id INTEGER NOT NULL, PRIMARY KEY (b_id))
[EL Fine]: sql: 2023-10-25 10:59:34.439--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--CREATE TABLE CT_OVERRIDE_ENTITY_A (CT_A_OVERRIDE_VALUE INTEGER, VALUE2 INTEGER, CT_A_OVERRIDE_NESTED_VALUE INTEGER, NESTED_VALUE INTEGER)
[EL Fine]: sql: 2023-10-25 10:59:34.44--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--CREATE TABLE ct_override_entity_b (ct_b_override_value INTEGER, value2 INTEGER, ct_b_override_nested_value INTEGER, nested_value2 INTEGER, entity_b_ct_entity_b INTEGER)
[EL Fine]: sql: 2023-10-25 10:59:34.441--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--ALTER TABLE CT_OVERRIDE_ENTITY_A ADD CONSTRAINT CTVRRDNTTYCTVRRDVL FOREIGN KEY (CT_A_OVERRIDE_VALUE, NESTED_VALUE) REFERENCES OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE)
[EL Fine]: sql: 2023-10-25 10:59:34.442--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--ALTER TABLE ct_override_entity_b ADD CONSTRAINT ctvrrdnttybctnttyb FOREIGN KEY (entity_b_ct_entity_b) REFERENCES override_entity_b (b_id)
[EL Fine]: sql: 2023-10-25 10:59:34.445--ClientSession(182834500)--Connection(1882802109)--Thread(Thread[main,5,main])--INSERT INTO OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE, OVERRIDE_VALUE, OVERRIDE_NESTED_VALUE) VALUES (1, 1, 1, 1)
[EL Fine]: sql: 2023-10-25 10:59:34.448--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--SELECT OVERRIDE_VALUE, VALUE2, OVERRIDE_NESTED_VALUE, VALUE, NESTED_VALUE FROM OVERRIDE_ENTITY_A WHERE ((NESTED_VALUE = ?) AND (VALUE = ?))
	bind => [1, 1]
[EL Fine]: sql: 2023-10-25 10:59:34.453--ClientSession(1169929192)--Connection(1882802109)--Thread(Thread[main,5,main])--UPDATE OVERRIDE_ENTITY_A SET OVERRIDE_VALUE = ?, VALUE2 = ?, OVERRIDE_NESTED_VALUE = ? WHERE ((NESTED_VALUE = ?) AND (VALUE = ?))
	bind => [2, 3, 2, 1, 1]
[EL Fine]: sql: 2023-10-25 10:59:34.457--ClientSession(328690775)--Connection(1882802109)--Thread(Thread[main,5,main])--DELETE FROM OVERRIDE_ENTITY_A
[EL Fine]: sql: 2023-10-25 10:59:34.46--ClientSession(962248325)--Connection(1882802109)--Thread(Thread[main,5,main])--INSERT INTO OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE, OVERRIDE_VALUE, OVERRIDE_NESTED_VALUE) VALUES (1, 1, 1, 1)
[EL Fine]: sql: 2023-10-25 10:59:34.461--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--select t0.b_id from override_entity_b t0
[EL Fine]: sql: 2023-10-25 10:59:34.463--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--select t0.ct_b_override_value, t0.value2, t0.ct_b_override_nested_value, t0.entity_b_ct_entity_b, t0.nested_value2 from ct_override_entity_b t0
[EL Fine]: sql: 2023-10-25 10:59:34.465--ClientSession(814945818)--Connection(1882802109)--Thread(Thread[main,5,main])--INSERT INTO override_entity_b (b_id) VALUES (?)
	bind => [41]
[EL Fine]: sql: 2023-10-25 10:59:34.467--ClientSession(814945818)--Connection(1882802109)--Thread(Thread[main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?)
	bind => [41, 43, 44, 45, 46]
[EL Fine]: sql: 2023-10-25 10:59:34.468--ClientSession(814945818)--Connection(1882802109)--Thread(Thread[main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?)
	bind => [41, 51, 52, 53, 54]
[EL Fine]: sql: 2023-10-25 10:59:34.469--ClientSession(814945818)--Connection(1882802109)--Thread(Thread[main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?)
	bind => [41, 47, 48, 49, 50]
[EL Fine]: sql: 2023-10-25 10:59:34.47--ClientSession(930922744)--Connection(1882802109)--Thread(Thread[main,5,main])--DELETE FROM OVERRIDE_ENTITY_A
[EL Fine]: connection: 2023-10-25 10:59:34.47--ServerSession(1976233207)--Connection(1882802109)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:34.47--ServerSession(1976233207)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2023-10-25 10:59:34.47--ServerSession(1976233207)--Connection(234048257)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride
[INFO] Running org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany
[EL Warning]: metadata: 2023-10-25 10:59:34.477--ServerSession(1597169296)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ParentMultitenant] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:59:34.478--ServerSession(1597169296)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ChildMultitenant] is being defaulted to: eclipselink.tenant-id.
[EL Info]: 2023-10-25 10:59:34.48--ServerSession(1597169296)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany
[INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings
[EL Info]: 2023-10-25 10:59:34.492--ServerSession(39846973)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:59:34.518--ServerSession(1532556857)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings
[INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator
[EL Info]: 2023-10-25 10:59:34.546--ServerSession(1838590101)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 10:59:34.556--ServerSession(1611272816)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator
[INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector
[EL Info]: 2023-10-25 10:59:34.565--ServerSession(1790615883)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metamodel: 2023-10-25 10:59:34.576--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector
[INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper
[EL Info]: 2023-10-25 10:59:34.583--ServerSession(230836018)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper
[INFO] Running org.eclipse.persistence.jpa.test.ddl.TestSchemaGen
[EL Warning]: metadata: 2023-10-25 10:59:34.778--ServerSession(588682100)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ParentMultitenant] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2023-10-25 10:59:34.78--ServerSession(588682100)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ChildMultitenant] is being defaulted to: eclipselink.tenant-id.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.eclipse.persistence.jpa.test.ddl.TestSchemaGen
[INFO] Running org.eclipse.persistence.jpa.test.basic.TestNVarChar
[EL Info]: 2023-10-25 10:59:34.826--ServerSession(525313125)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.persistence.jpa.test.basic.TestNVarChar
[INFO] Running org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer
[EL Info]: 2023-10-25 10:59:34.888--ServerSession(564421326)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Severe]: ejb: 2023-10-25 10:59:34.912--ServerSession(1189317672)--java.lang.ClassCastException: class java.lang.Object cannot be cast to class org.eclipse.persistence.config.SessionCustomizer (java.lang.Object is in module java.base of loader 'bootstrap'; org.eclipse.persistence.config.SessionCustomizer is in unnamed module of loader 'app')
[EL Info]: 2023-10-25 10:59:34.93--ServerSession(77077379)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer
[INFO] Running org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface
[EL Info]: 2023-10-25 10:59:34.938--ServerSession(1400979201)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metamodel: 2023-10-25 10:59:34.94--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
[EL Info]: 2023-10-25 10:59:34.941--ServerSession(1089419359)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metamodel: 2023-10-25 10:59:34.943--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface
[INFO] Running org.eclipse.persistence.jpa.test.basic.TestBasicPersistence
[EL Info]: 2023-10-25 10:59:35.222--ServerSession(1617767058)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
********************
*BEGIN testNonpooledConnection()
initialNonPooledConnections = 0
maxNonPooledConnections = 50
nonPooledConnectionsAfterFlush = 1
nonPooledConnectionsAfterCommit = 0
nonPooledConnectionsAfterFind = 0
*END testNonpooledConnection()
[EL Severe]: 2023-10-25 10:59:35.315--ClientSession(663613990)--java.lang.RuntimeException: tmpDataSourceImp getConnection called
[EL Warning]: 2023-10-25 10:59:35.315--UnitOfWork(250243497)--java.lang.RuntimeException: tmpDataSourceImp getConnection called
********************
*BEGIN testNonpooledConnectionWithErrorOnReleaseConnection()
[EL Info]: 2023-10-25 10:59:35.32--ServerSession(1617767058)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
initialNonPooledConnections = 1
maxNonPooledConnections = 50
nonPooledConnectionsBeforeFlush = 1
nonPooledConnectionsAfterFlush = 2
[EL Warning]: 2023-10-25 10:59:35.328--ClientSession(541390600)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Warning]: 2023-10-25 10:59:35.329--ClientSession(541390600)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
nonPooledConnectionsAfterCommit = 1
*END testNonpooledConnectionWithErrorOnReleaseConnection()
********************
*BEGIN testNonpooledConnectionWithErrorOnAcquireConnection()
initialNonPooledConnections = 1
maxNonPooledConnections = 50
nonPooledConnectionsBeforePersist = 1
nonPooledConnectionsBeforeFlush = 1
[EL Info]: transaction: 2023-10-25 10:59:35.331--ClientSession(1335288964)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken
Error Code: 0.
[EL Info]: transaction: 2023-10-25 10:59:40.332--ClientSession(1335288964)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken
Error Code: 0.
[EL Info]: transaction: 2023-10-25 10:59:45.335--ClientSession(1335288964)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken
Error Code: 0.
[EL Info]: transaction: 2023-10-25 10:59:50.338--ClientSession(1335288964)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken
Error Code: 0.
[EL Warning]: 2023-10-25 10:59:50.338--ClientSession(1335288964)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken
Error Code: 0
nonPooledConnectionsAfterFlush = 1
nonPooledConnectionsAfterRollback = 0
*END testNonpooledConnectionWithErrorOnAcquireConnection()
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.406 s - in org.eclipse.persistence.jpa.test.basic.TestBasicPersistence
[INFO] Running org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry
[EL Info]: 2023-10-25 10:59:50.357--ServerSession(742199828)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry
[INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCast
[EL Info]: 2023-10-25 10:59:50.379--ServerSession(105885501)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.persistence.jpa.test.property.TestSQLCast
[INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall
[EL Info]: 2023-10-25 10:59:50.423--ServerSession(747909318)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall
[INFO] Running org.eclipse.persistence.jpa.test.property.TestParameterBinding
[EL Finest]: properties: 2023-10-25 10:59:50.459--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2023-10-25 10:59:50.46--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Fine]: server: 2023-10-25 10:59:50.46--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Finest]: jpa: 2023-10-25 10:59:50.46--ServerSession(1788579635)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Initial; factoryCount 0
[EL Finest]: properties: 2023-10-25 10:59:50.46--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
[EL Finest]: properties: 2023-10-25 10:59:50.46--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
[EL Finest]: properties: 2023-10-25 10:59:50.46--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
[EL Finer]: metadata: 2023-10-25 10:59:50.46--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./].
[EL Finer]: metadata: 2023-10-25 10:59:50.461--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./].
[EL Config]: metadata: 2023-10-25 10:59:50.462--ServerSession(1788579635)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:50.463--ServerSession(1788579635)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is being defaulted to: GenericEntity.
[EL Config]: metadata: 2023-10-25 10:59:50.463--ServerSession(1788579635)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is being defaulted to: GENERICENTITY.
[EL Finest]: jpa: 2023-10-25 10:59:50.463--ServerSession(1788579635)--Thread(Thread[main,5,main])--End predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 0
[EL Finer]: weaver: 2023-10-25 10:59:50.464--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
[EL Finest]: jpa: 2023-10-25 10:59:50.464--ServerSession(1788579635)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 0
[EL Finest]: jpa: 2023-10-25 10:59:50.464--ServerSession(1788579635)--Thread(Thread[main,5,main])--End predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 1
[EL Finer]: metamodel: 2023-10-25 10:59:50.464--ServerSession(1788579635)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.property.model.GenericEntity_] not found during initialization.
[EL Finest]: jpa: 2023-10-25 10:59:50.464--ServerSession(1788579635)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 1
[EL Finest]: jpa: 2023-10-25 10:59:50.465--ServerSession(1788579635)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation].
[EL Finest]: properties: 2023-10-25 10:59:50.465--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL
[EL Finest]: properties: 2023-10-25 10:59:50.465--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2023-10-25 10:59:50.465--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Finest]: properties: 2023-10-25 10:59:50.465--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL
[EL Finest]: properties: 2023-10-25 10:59:50.466--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2023-10-25 10:59:50.466--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Finest]: properties: 2023-10-25 10:59:50.466--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.force-bind-parameters; value=true
[EL Finest]: properties: 2023-10-25 10:59:50.466--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.user; value=root
[EL Finest]: properties: 2023-10-25 10:59:50.466--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx
[EL Finest]: properties: 2023-10-25 10:59:50.467--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.driver; value=org.apache.derby.jdbc.ClientDriver
[EL Finest]: properties: 2023-10-25 10:59:50.467--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=jakarta.persistence.jdbc.url; value=jdbc:derby://localhost/memory:ecltests;create=true
[EL Finest]: properties: 2023-10-25 10:59:50.467--ServerSession(1788579635)--Thread(Thread[main,5,main])--property=jakarta.persistence.query.timeout; value=1000
[EL Info]: 2023-10-25 10:59:50.467--ServerSession(1788579635)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle21Platform, regular expression: (?is)oracle.*21.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle19Platform, regular expression: (?is)oracle.*19.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle18Platform, regular expression: (?is)oracle.*18.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle12Platform, regular expression: (?is)oracle.*12.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle11Platform, regular expression: (?is)oracle.*11.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle10Platform, regular expression: (?is)oracle.*10.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle9Platform, regular expression: (?is)oracle.*9.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle21Platform, regular expression: (?is)core.oracle.*21.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle19Platform, regular expression: (?is)core.oracle.*19.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle18Platform, regular expression: (?is)core.oracle.*18.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle12Platform, regular expression: (?is)core.oracle.*12.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle11Platform, regular expression: (?is)core.oracle.*11.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle10Platform, regular expression: (?is)core.oracle.*10.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle9Platform, regular expression: (?is)core.oracle.*9.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SybasePlatform, regular expression: (?i)(sybase.*)|(adaptive\ server\ enterprise.*)|(SQL\ Server.*)
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.*
[EL Finest]: connection: 2023-10-25 10:59:50.469--Thread(Thread[main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.*
[EL Fine]: connection: 2023-10-25 10:59:50.47--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:50.47--ServerSession(1788579635)--Connection(1043260983)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:50.471--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Finest]: connection: 2023-10-25 10:59:50.471--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Finest]: connection: 2023-10-25 10:59:50.471--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Fine]: connection: 2023-10-25 10:59:50.472--ServerSession(1788579635)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF login successful
[EL Finest]: query: 2023-10-25 10:59:50.472--ServerSession(1788579635)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: connection: 2023-10-25 10:59:50.472--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.472--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY
[EL Finest]: connection: 2023-10-25 10:59:50.474--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:50.474--ServerSession(1788579635)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'GENERICENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE GENERICENTITY
Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: query: 2023-10-25 10:59:50.474--ServerSession(1788579635)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: connection: 2023-10-25 10:59:50.474--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.474--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.475--ServerSession(1788579635)--Thread(Thread[main,5,main])--VALUES(1)
[EL Finest]: connection: 2023-10-25 10:59:50.475--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:50.475--ServerSession(1788579635)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'GENERICENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE GENERICENTITY
Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: query: 2023-10-25 10:59:50.475--ServerSession(1788579635)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: connection: 2023-10-25 10:59:50.475--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.475--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.476--ServerSession(1788579635)--Thread(Thread[main,5,main])--VALUES(1)
[EL Finest]: connection: 2023-10-25 10:59:50.476--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:50.476--ServerSession(1788579635)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'GENERICENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE GENERICENTITY
Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: query: 2023-10-25 10:59:50.476--ServerSession(1788579635)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: connection: 2023-10-25 10:59:50.476--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.476--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.477--ServerSession(1788579635)--Thread(Thread[main,5,main])--VALUES(1)
[EL Finest]: connection: 2023-10-25 10:59:50.477--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:50.477--ServerSession(1788579635)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'GENERICENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE GENERICENTITY
Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: query: 2023-10-25 10:59:50.478--ServerSession(1788579635)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: connection: 2023-10-25 10:59:50.478--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.478--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--DROP TABLE GENERICENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.478--ServerSession(1788579635)--Thread(Thread[main,5,main])--VALUES(1)
[EL Finest]: connection: 2023-10-25 10:59:50.478--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:50.478--ServerSession(1788579635)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'GENERICENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE GENERICENTITY
Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: query: 2023-10-25 10:59:50.479--ServerSession(1788579635)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE GENERICENTITY (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_BOOLEAN1 SMALLINT DEFAULT 0, ITEM_DATE1 TIMESTAMP, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), PRIMARY KEY (KEY_CHAR))")
[EL Finest]: connection: 2023-10-25 10:59:50.479--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.479--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--CREATE TABLE GENERICENTITY (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_BOOLEAN1 SMALLINT DEFAULT 0, ITEM_DATE1 TIMESTAMP, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Finest]: connection: 2023-10-25 10:59:50.481--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finest]: ddl: 2023-10-25 10:59:50.481--Thread(Thread[main,5,main])--The table (GENERICENTITY) is created.
[EL Finer]: metamodel: 2023-10-25 10:59:50.482--ServerSession(1788579635)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.property.model.GenericEntity_] not found during initialization.
[EL Finest]: jpa: 2023-10-25 10:59:50.482--ServerSession(1788579635)--Thread(Thread[main,5,main])--End deploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Deployed; factoryCount 1
[EL Finer]: connection: 2023-10-25 10:59:50.483--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 1183884158
[EL Finer]: transaction: 2023-10-25 10:59:50.483--ClientSession(1183884158)--Thread(Thread[main,5,main])--acquire unit of work: 603092020
[EL Finest]: query: 2023-10-25 10:59:50.484--UnitOfWork(603092020)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))")
[EL Finest]: connection: 2023-10-25 10:59:50.484--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.484--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 2, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))
	bind => [-3, -3]
[EL Finest]: connection: 2023-10-25 10:59:50.487--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.487--UnitOfWork(603092020)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.488--ClientSession(1183884158)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.489--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 751467836
[EL Finer]: transaction: 2023-10-25 10:59:50.489--ClientSession(751467836)--Thread(Thread[main,5,main])--acquire unit of work: 1578448352
[EL Finest]: query: 2023-10-25 10:59:50.489--UnitOfWork(1578448352)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2, COUNT(ABS(-3)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(-3))")
[EL Finest]: connection: 2023-10-25 10:59:50.489--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.489--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 2, COUNT(ABS(-3)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(-3))
[EL Finest]: connection: 2023-10-25 10:59:50.492--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.492--UnitOfWork(1578448352)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.492--ClientSession(751467836)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.493--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 1283267007
[EL Finer]: transaction: 2023-10-25 10:59:50.493--ClientSession(1283267007)--Thread(Thread[main,5,main])--acquire unit of work: 567572723
[EL Finest]: query: 2023-10-25 10:59:50.493--UnitOfWork(567572723)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE ((ITEM_INTEGER1 + ?) > 1)")
[EL Finest]: connection: 2023-10-25 10:59:50.494--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.494--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE ((ITEM_INTEGER1 + ?) > 1)
	bind => [2, 2]
[EL Finest]: connection: 2023-10-25 10:59:50.496--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.496--UnitOfWork(567572723)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.496--ClientSession(1283267007)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.497--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 2020466851
[EL Finer]: transaction: 2023-10-25 10:59:50.497--ClientSession(2020466851)--Thread(Thread[main,5,main])--acquire unit of work: 1194181141
[EL Finest]: query: 2023-10-25 10:59:50.497--UnitOfWork(1194181141)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > 1)")
[EL Finest]: connection: 2023-10-25 10:59:50.497--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.497--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > 1)
	bind => [2, 2, 2, 2]
[EL Finest]: connection: 2023-10-25 10:59:50.498--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:50.498--UnitOfWork(1194181141)--Thread(Thread[main,5,main])--Local Exception Stack: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: It is not allowed for both operands of '+' to be ? parameters.
Error Code: 30000
Call: SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > 1)
	bind => [2, 2, 2, 2]
Query: ReportQuery(referenceClass=GenericEntity sql="SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > 1)")
	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:343)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:352)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:792)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2848)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2784)
	at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:894)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
	at org.eclipse.persistence.jpa.test.property.TestParameterBinding.testNUMERICALEXPRESSION_ForceBindJPQLParameters(TestParameterBinding.java:432)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.eclipse.persistence.jpa.test.framework.EmfRunner.run(EmfRunner.java:43)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)
Caused by: java.sql.SQLSyntaxErrorException: It is not allowed for both operands of '+' to be ? parameters.
	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.client.am.SqlException.getSQLException(Unknown Source)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(Unknown Source)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1609)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1556)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:769)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
	... 50 more
Caused by: ERROR 42X35: It is not allowed for both operands of '+' to be ? parameters.
	at org.apache.derby.client.am.ClientStatement.completeSqlca(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.parsePrepareError(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(Unknown Source)
	at org.apache.derby.client.am.ClientStatement.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.readPrepareDescribeInputOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.flowPrepareDescribeInputOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.prepare(Unknown Source)
	at org.apache.derby.client.am.ClientConnection.prepareStatementX(Unknown Source)
	... 55 more

[EL Finer]: transaction: 2023-10-25 10:59:50.5--UnitOfWork(1194181141)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.501--ClientSession(2020466851)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.501--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 669678735
[EL Finer]: transaction: 2023-10-25 10:59:50.501--ClientSession(669678735)--Thread(Thread[main,5,main])--acquire unit of work: 400758359
[EL Finest]: query: 2023-10-25 10:59:50.501--UnitOfWork(400758359)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (ITEM_INTEGER1 + 4) FROM GENERICENTITY WHERE (ABS((ITEM_INTEGER1 + 4)) > 1)")
[EL Finest]: connection: 2023-10-25 10:59:50.502--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.502--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT (ITEM_INTEGER1 + 4) FROM GENERICENTITY WHERE (ABS((ITEM_INTEGER1 + 4)) > 1)
[EL Finest]: connection: 2023-10-25 10:59:50.504--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.504--UnitOfWork(400758359)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.504--ClientSession(669678735)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.505--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 172517457
[EL Finer]: transaction: 2023-10-25 10:59:50.505--ClientSession(172517457)--Thread(Thread[main,5,main])--acquire unit of work: 1381209636
[EL Finest]: query: 2023-10-25 10:59:50.505--UnitOfWork(1381209636)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, 1, 5)))")
[EL Finest]: connection: 2023-10-25 10:59:50.505--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.505--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, 1, 5)))
	bind => [HELLO WORLD]
[EL Finest]: connection: 2023-10-25 10:59:50.508--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.508--UnitOfWork(1381209636)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.508--ClientSession(172517457)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.509--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 342576236
[EL Finer]: transaction: 2023-10-25 10:59:50.509--ClientSession(342576236)--Thread(Thread[main,5,main])--acquire unit of work: 1528194080
[EL Finest]: query: 2023-10-25 10:59:50.509--UnitOfWork(1528194080)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, 5)))")
[EL Finest]: connection: 2023-10-25 10:59:50.509--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.509--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, 5)))
	bind => [HELLO WORLD, 1]
[EL Finest]: connection: 2023-10-25 10:59:50.511--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.511--UnitOfWork(1528194080)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.511--ClientSession(342576236)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.512--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 674600411
[EL Finer]: transaction: 2023-10-25 10:59:50.512--ClientSession(674600411)--Thread(Thread[main,5,main])--acquire unit of work: 1953789681
[EL Finest]: query: 2023-10-25 10:59:50.512--UnitOfWork(1953789681)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (ITEM_STRING1 = SUBSTR(?, ?, ?))")
[EL Finest]: connection: 2023-10-25 10:59:50.512--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.512--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (ITEM_STRING1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Finest]: connection: 2023-10-25 10:59:50.514--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.514--UnitOfWork(1953789681)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.515--ClientSession(674600411)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.516--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 117706097
[EL Finer]: transaction: 2023-10-25 10:59:50.516--ClientSession(117706097)--Thread(Thread[main,5,main])--acquire unit of work: 626260944
[EL Finest]: query: 2023-10-25 10:59:50.516--UnitOfWork(626260944)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (SUBSTR(ITEM_STRING1, 1, ?) NOT IN (?, ?, ?, ?))")
[EL Finest]: connection: 2023-10-25 10:59:50.516--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.516--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (SUBSTR(ITEM_STRING1, 1, ?) NOT IN (?, ?, ?, ?))
	bind => [5, TEST1, TEST2, HELLO, TEST3]
[EL Finest]: connection: 2023-10-25 10:59:50.519--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.519--UnitOfWork(626260944)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.519--ClientSession(117706097)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.52--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 1340508085
[EL Finer]: transaction: 2023-10-25 10:59:50.52--ClientSession(1340508085)--Thread(Thread[main,5,main])--acquire unit of work: 2047006560
[EL Finest]: query: 2023-10-25 10:59:50.52--UnitOfWork(2047006560)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))")
[EL Finest]: connection: 2023-10-25 10:59:50.52--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.52--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))
	bind => [4, 4, 5, 6]
[EL Finest]: connection: 2023-10-25 10:59:50.522--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:50.522--UnitOfWork(2047006560)--Thread(Thread[main,5,main])--Local Exception Stack: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: It is not allowed for both operands of 'IN' to be ? parameters.
Error Code: 30000
Call: SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))
	bind => [4, 4, 5, 6]
Query: ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))")
	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:343)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:352)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:792)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2848)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2784)
	at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:894)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
	at org.eclipse.persistence.jpa.test.property.TestParameterBinding.testIN_ForceBindJPQLParameters(TestParameterBinding.java:502)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.eclipse.persistence.jpa.test.framework.EmfRunner.run(EmfRunner.java:43)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)
Caused by: java.sql.SQLSyntaxErrorException: It is not allowed for both operands of 'IN' to be ? parameters.
	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.client.am.SqlException.getSQLException(Unknown Source)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(Unknown Source)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1609)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1556)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:769)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
	... 50 more
Caused by: ERROR 42X35: It is not allowed for both operands of 'IN' to be ? parameters.
	at org.apache.derby.client.am.ClientStatement.completeSqlca(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.parsePrepareError(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(Unknown Source)
	at org.apache.derby.client.am.ClientStatement.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.readPrepareDescribeInputOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.flowPrepareDescribeInputOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.prepare(Unknown Source)
	at org.apache.derby.client.am.ClientConnection.prepareStatementX(Unknown Source)
	... 55 more

[EL Finer]: transaction: 2023-10-25 10:59:50.523--UnitOfWork(2047006560)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.523--ClientSession(1340508085)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.524--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 1359826251
[EL Finer]: transaction: 2023-10-25 10:59:50.524--ClientSession(1359826251)--Thread(Thread[main,5,main])--acquire unit of work: 317927321
[EL Finest]: query: 2023-10-25 10:59:50.524--UnitOfWork(317927321)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE (? IN (?, 'b', 'c'))")
[EL Finest]: connection: 2023-10-25 10:59:50.524--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.524--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 2 FROM GENERICENTITY WHERE (? IN (?, 'b', 'c'))
	bind => [a, a]
[EL Finest]: connection: 2023-10-25 10:59:50.527--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.527--UnitOfWork(317927321)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.527--ClientSession(1359826251)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.527--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 151060420
[EL Finer]: transaction: 2023-10-25 10:59:50.527--ClientSession(151060420)--Thread(Thread[main,5,main])--acquire unit of work: 970211863
[EL Finest]: query: 2023-10-25 10:59:50.527--UnitOfWork(970211863)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE (? IN (5, ?, 6))")
[EL Finest]: connection: 2023-10-25 10:59:50.528--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.528--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 2 FROM GENERICENTITY WHERE (? IN (5, ?, 6))
	bind => [4, 4]
[EL Finest]: connection: 2023-10-25 10:59:50.53--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.53--UnitOfWork(970211863)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.53--ClientSession(151060420)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.53--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 476013202
[EL Finer]: transaction: 2023-10-25 10:59:50.53--ClientSession(476013202)--Thread(Thread[main,5,main])--acquire unit of work: 1749693684
[EL Finest]: query: 2023-10-25 10:59:50.53--UnitOfWork(1749693684)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE (ITEM_STRING1 IN (?, 'b', ?))")
[EL Finest]: connection: 2023-10-25 10:59:50.531--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.531--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 2 FROM GENERICENTITY WHERE (ITEM_STRING1 IN (?, 'b', ?))
	bind => [a, c]
[EL Finest]: connection: 2023-10-25 10:59:50.532--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.533--UnitOfWork(1749693684)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.533--ClientSession(476013202)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.534--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 748353280
[EL Finer]: transaction: 2023-10-25 10:59:50.534--ClientSession(748353280)--Thread(Thread[main,5,main])--acquire unit of work: 696876463
[EL Finest]: query: 2023-10-25 10:59:50.534--UnitOfWork(696876463)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)")
[EL Finest]: connection: 2023-10-25 10:59:50.534--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.534--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)
	bind => [0, 99]
[EL Finest]: connection: 2023-10-25 10:59:50.536--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.536--UnitOfWork(696876463)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.536--ClientSession(748353280)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.537--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 1130368480
[EL Finer]: transaction: 2023-10-25 10:59:50.537--ClientSession(1130368480)--Thread(Thread[main,5,main])--acquire unit of work: 1828883582
[EL Finest]: query: 2023-10-25 10:59:50.537--UnitOfWork(1828883582)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, 0)) >= 99)")
[EL Finest]: connection: 2023-10-25 10:59:50.537--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.537--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, 0)) >= 99)
[EL Finest]: connection: 2023-10-25 10:59:50.539--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.539--UnitOfWork(1828883582)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.539--ClientSession(1130368480)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.54--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 84481493
[EL Finer]: transaction: 2023-10-25 10:59:50.54--ClientSession(84481493)--Thread(Thread[main,5,main])--acquire unit of work: 1667637191
[EL Finest]: query: 2023-10-25 10:59:50.54--UnitOfWork(1667637191)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?)")
[EL Finest]: connection: 2023-10-25 10:59:50.54--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.54--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?)
	bind => [1, 20, 300]
[EL Finest]: connection: 2023-10-25 10:59:50.541--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:50.541--UnitOfWork(1667637191)--Thread(Thread[main,5,main])--Local Exception Stack: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: All the arguments to the COALESCE/VALUE function cannot be parameters. The function needs at least one argument that is not a parameter.
Error Code: 30000
Call: SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?)
	bind => [1, 20, 300]
Query: ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?)")
	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:343)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:352)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:792)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2848)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2784)
	at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:894)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
	at org.eclipse.persistence.jpa.test.property.TestParameterBinding.testCOALESCE_ForceBindJPQLParameters(TestParameterBinding.java:128)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.eclipse.persistence.jpa.test.framework.EmfRunner.run(EmfRunner.java:43)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)
Caused by: java.sql.SQLSyntaxErrorException: All the arguments to the COALESCE/VALUE function cannot be parameters. The function needs at least one argument that is not a parameter.
	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.client.am.SqlException.getSQLException(Unknown Source)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(Unknown Source)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1609)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1556)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:769)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
	... 50 more
Caused by: ERROR 42610: All the arguments to the COALESCE/VALUE function cannot be parameters. The function needs at least one argument that is not a parameter.
	at org.apache.derby.client.am.ClientStatement.completeSqlca(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.parsePrepareError(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(Unknown Source)
	at org.apache.derby.client.am.ClientStatement.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.readPrepareDescribeInputOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.flowPrepareDescribeInputOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.prepare(Unknown Source)
	at org.apache.derby.client.am.ClientConnection.prepareStatementX(Unknown Source)
	... 55 more

[EL Finer]: transaction: 2023-10-25 10:59:50.543--UnitOfWork(1667637191)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.543--ClientSession(84481493)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.543--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 1807742546
[EL Finer]: transaction: 2023-10-25 10:59:50.543--ClientSession(1807742546)--Thread(Thread[main,5,main])--acquire unit of work: 1030925290
[EL Finest]: query: 2023-10-25 10:59:50.543--UnitOfWork(1030925290)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE ? LIKE ? ESCAPE '_'")
[EL Finest]: connection: 2023-10-25 10:59:50.544--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.544--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 1 FROM GENERICENTITY WHERE ? LIKE ? ESCAPE '_'
	bind => [HELLO_WORLD, HELLO%]
[EL Finest]: connection: 2023-10-25 10:59:50.546--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.546--UnitOfWork(1030925290)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.546--ClientSession(1807742546)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.547--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 831253172
[EL Finer]: transaction: 2023-10-25 10:59:50.547--ClientSession(831253172)--Thread(Thread[main,5,main])--acquire unit of work: 2041089861
[EL Finest]: query: 2023-10-25 10:59:50.547--UnitOfWork(2041089861)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE ITEM_STRING1 LIKE ?")
[EL Finest]: connection: 2023-10-25 10:59:50.547--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.547--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 1 FROM GENERICENTITY WHERE ITEM_STRING1 LIKE ?
	bind => [HELLO%]
[EL Finest]: connection: 2023-10-25 10:59:50.55--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.55--UnitOfWork(2041089861)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.55--ClientSession(831253172)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.552--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 1475886535
[EL Finer]: transaction: 2023-10-25 10:59:50.553--ClientSession(1475886535)--Thread(Thread[main,5,main])--acquire unit of work: 1972599192
[EL Finest]: query: 2023-10-25 10:59:50.553--UnitOfWork(1972599192)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=GenericEntity sql="SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = ?) AND EXISTS (SELECT 1 FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?)))")
[EL Finest]: connection: 2023-10-25 10:59:50.553--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.553--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = ?) AND EXISTS (SELECT 1 FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?)))
	bind => [Test, 33]
[EL Finest]: connection: 2023-10-25 10:59:50.555--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.555--UnitOfWork(1972599192)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.555--ClientSession(1475886535)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.556--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 615535250
[EL Finer]: transaction: 2023-10-25 10:59:50.556--ClientSession(615535250)--Thread(Thread[main,5,main])--acquire unit of work: 886499748
[EL Finest]: query: 2023-10-25 10:59:50.556--UnitOfWork(886499748)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=GenericEntity sql="SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = 'Test') AND EXISTS (SELECT 1 FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = 33)))")
[EL Finest]: connection: 2023-10-25 10:59:50.556--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.557--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_BOOLEAN1, t0.ITEM_DATE1, t0.ITEM_INTEGER1, t0.ITEM_STRING1 FROM GENERICENTITY t0 WHERE ((t0.ITEM_STRING1 = 'Test') AND EXISTS (SELECT 1 FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = 33)))
[EL Finest]: connection: 2023-10-25 10:59:50.559--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.559--UnitOfWork(886499748)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.559--ClientSession(615535250)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.56--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 1164700555
[EL Finer]: transaction: 2023-10-25 10:59:50.56--ClientSession(1164700555)--Thread(Thread[main,5,main])--acquire unit of work: 421327759
[EL Finest]: query: 2023-10-25 10:59:50.56--UnitOfWork(421327759)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(VARCHAR(? || '-'))) AND (ITEM_STRING1 = TRIM(VARCHAR(? || '-'))))")
[EL Finest]: connection: 2023-10-25 10:59:50.56--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.56--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 2 FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(VARCHAR(? || '-'))) AND (ITEM_STRING1 = TRIM(VARCHAR(? || '-'))))
	bind => [1, 99]
[EL Finest]: connection: 2023-10-25 10:59:50.563--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 10:59:50.563--UnitOfWork(421327759)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.563--ClientSession(1164700555)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 10:59:50.564--ServerSession(1788579635)--Thread(Thread[main,5,main])--client acquired: 373085350
[EL Finer]: transaction: 2023-10-25 10:59:50.564--ClientSession(373085350)--Thread(Thread[main,5,main])--acquire unit of work: 487523318
[EL Finest]: query: 2023-10-25 10:59:50.564--UnitOfWork(487523318)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(VARCHAR(? || ?))) AND (ITEM_STRING1 = TRIM(VARCHAR(? || ?))))")
[EL Finest]: connection: 2023-10-25 10:59:50.564--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 10:59:50.564--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--SELECT 2 FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(VARCHAR(? || ?))) AND (ITEM_STRING1 = TRIM(VARCHAR(? || ?))))
	bind => [1, 1, 99, 99]
[EL Finest]: connection: 2023-10-25 10:59:50.565--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2023-10-25 10:59:50.565--UnitOfWork(487523318)--Thread(Thread[main,5,main])--Local Exception Stack: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: It is not allowed for both operands of '||' to be ? parameters.
Error Code: 30000
Call: SELECT 2 FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(VARCHAR(? || ?))) AND (ITEM_STRING1 = TRIM(VARCHAR(? || ?))))
	bind => [1, 1, 99, 99]
Query: ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(VARCHAR(? || ?))) AND (ITEM_STRING1 = TRIM(VARCHAR(? || ?))))")
	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:343)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:352)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:792)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2848)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2784)
	at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:894)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
	at org.eclipse.persistence.jpa.test.property.TestParameterBinding.testCONCAT_ForceBindJPQLParameters(TestParameterBinding.java:291)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.eclipse.persistence.jpa.test.framework.EmfRunner.run(EmfRunner.java:43)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)
Caused by: java.sql.SQLSyntaxErrorException: It is not allowed for both operands of '||' to be ? parameters.
	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.client.am.SqlException.getSQLException(Unknown Source)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(Unknown Source)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1609)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1556)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:769)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
	... 50 more
Caused by: ERROR 42X35: It is not allowed for both operands of '||' to be ? parameters.
	at org.apache.derby.client.am.ClientStatement.completeSqlca(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.parsePrepareError(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(Unknown Source)
	at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(Unknown Source)
	at org.apache.derby.client.am.ClientStatement.readPrepareDescribeOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.readPrepareDescribeInputOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.flowPrepareDescribeInputOutput(Unknown Source)
	at org.apache.derby.client.am.ClientPreparedStatement.prepare(Unknown Source)
	at org.apache.derby.client.am.ClientConnection.prepareStatementX(Unknown Source)
	... 55 more

[EL Finer]: transaction: 2023-10-25 10:59:50.567--UnitOfWork(487523318)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 10:59:50.567--ClientSession(373085350)--Thread(Thread[main,5,main])--client released
[EL Finest]: jpa: 2023-10-25 10:59:50.567--ServerSession(1788579635)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Deployed; factoryCount 1
[EL Fine]: connection: 2023-10-25 10:59:50.567--ServerSession(1788579635)--Connection(1658329286)--Thread(Thread[main,5,main])--disconnect
[EL Finer]: cache: 2023-10-25 10:59:50.567--ServerSession(1788579635)--Thread(Thread[main,5,main])--initialize identitymaps
[EL Fine]: connection: 2023-10-25 10:59:50.567--ServerSession(1788579635)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:50.567--ServerSession(1788579635)--Connection(1043260983)--Thread(Thread[main,5,main])--disconnect
[EL Finest]: jpa: 2023-10-25 10:59:50.567--ServerSession(1788579635)--Thread(Thread[main,5,main])--End undeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Undeployed; factoryCount 0
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.persistence.jpa.test.property.TestParameterBinding
[INFO] Running org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration
[EL Finer]: jpa: 2023-10-25 10:59:50.572--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying baseEMF.
[EL Fine]: server: 2023-10-25 10:59:50.573--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:50.575--ServerSession(446573627)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:50.576--ServerSession(446573627)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:50.576--ServerSession(446573627)--Thread(Thread[main,5,main])--The element [field teaShops] is being defaulted to a one to many mapping.
[EL Config]: metadata: 2023-10-25 10:59:50.576--ServerSession(446573627)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field teaShops] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.TeaShop.
[EL Config]: metadata: 2023-10-25 10:59:50.576--ServerSession(446573627)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:50.576--ServerSession(446573627)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field teas] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.Tea.
[EL Config]: metadata: 2023-10-25 10:59:50.577--ServerSession(446573627)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: Coffee.
[EL Config]: metadata: 2023-10-25 10:59:50.577--ServerSession(446573627)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: COFFEE.
[EL Config]: metadata: 2023-10-25 10:59:50.577--ServerSession(446573627)--Thread(Thread[main,5,main])--The column name for element [price] is being defaulted to: PRICE.
[EL Config]: metadata: 2023-10-25 10:59:50.577--ServerSession(446573627)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
[EL Config]: metadata: 2023-10-25 10:59:50.577--ServerSession(446573627)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.578--ServerSession(446573627)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: Tea.
[EL Config]: metadata: 2023-10-25 10:59:50.578--ServerSession(446573627)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: TEA.
[EL Config]: metadata: 2023-10-25 10:59:50.578--ServerSession(446573627)--Thread(Thread[main,5,main])--The column name for element [cost] is being defaulted to: COST.
[EL Config]: metadata: 2023-10-25 10:59:50.578--ServerSession(446573627)--Thread(Thread[main,5,main])--The column name for element [price] is being defaulted to: PRICE.
[EL Config]: metadata: 2023-10-25 10:59:50.578--ServerSession(446573627)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
[EL Config]: metadata: 2023-10-25 10:59:50.578--ServerSession(446573627)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.578--ServerSession(446573627)--Thread(Thread[main,5,main])--The column name for element [manufacturer] is being defaulted to: MANUFACTURER.
[EL Config]: metadata: 2023-10-25 10:59:50.578--ServerSession(446573627)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TeaShop.
[EL Config]: metadata: 2023-10-25 10:59:50.578--ServerSession(446573627)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TEASHOP.
[EL Config]: metadata: 2023-10-25 10:59:50.578--ServerSession(446573627)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
[EL Config]: metadata: 2023-10-25 10:59:50.578--ServerSession(446573627)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.579--ServerSession(446573627)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field teaShops] is being defaulted to: TEA_TEASHOP.
[EL Config]: metadata: 2023-10-25 10:59:50.579--ServerSession(446573627)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.579--ServerSession(446573627)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [teaShops] is being defaulted to: Tea_ID.
[EL Config]: metadata: 2023-10-25 10:59:50.579--ServerSession(446573627)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.579--ServerSession(446573627)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [teaShops] is being defaulted to: teaShops_ID.
[EL Config]: metadata: 2023-10-25 10:59:50.579--ServerSession(446573627)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field teas] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.579--ServerSession(446573627)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field teas] is being defaulted to: ID.
[EL Fine]: server: 2023-10-25 10:59:50.58--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:50.582--ServerSession(1215109224)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:50.582--ServerSession(1215109224)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:50.582--ServerSession(1215109224)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field childEntity] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity.
[EL Config]: metadata: 2023-10-25 10:59:50.583--ServerSession(1215109224)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:50.583--ServerSession(1215109224)--Thread(Thread[main,5,main])--The element [field teaShops] is being defaulted to a one to many mapping.
[EL Config]: metadata: 2023-10-25 10:59:50.583--ServerSession(1215109224)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field teaShops] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.TeaShop.
[EL Config]: metadata: 2023-10-25 10:59:50.583--ServerSession(1215109224)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:50.583--ServerSession(1215109224)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field teas] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.Tea.
[EL Config]: metadata: 2023-10-25 10:59:50.583--ServerSession(1215109224)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: Coffee.
[EL Config]: metadata: 2023-10-25 10:59:50.583--ServerSession(1215109224)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: COFFEE.
[EL Config]: metadata: 2023-10-25 10:59:50.583--ServerSession(1215109224)--Thread(Thread[main,5,main])--The column name for element [price] is being defaulted to: PRICE.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is being defaulted to: StepExecutionEntity.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is being defaulted to: STEPEXECUTIONENTITY.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: Tea.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: TEA.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The column name for element [cost] is being defaulted to: COST.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The column name for element [price] is being defaulted to: PRICE.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The column name for element [manufacturer] is being defaulted to: MANUFACTURER.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TeaShop.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TEASHOP.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
[EL Config]: metadata: 2023-10-25 10:59:50.584--ServerSession(1215109224)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.585--ServerSession(1215109224)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field childEntity] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.585--ServerSession(1215109224)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field teaShops] is being defaulted to: TEA_TEASHOP.
[EL Config]: metadata: 2023-10-25 10:59:50.585--ServerSession(1215109224)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.585--ServerSession(1215109224)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [teaShops] is being defaulted to: Tea_ID.
[EL Config]: metadata: 2023-10-25 10:59:50.585--ServerSession(1215109224)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.585--ServerSession(1215109224)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [teaShops] is being defaulted to: teaShops_ID.
[EL Config]: metadata: 2023-10-25 10:59:50.585--ServerSession(1215109224)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field teas] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.585--ServerSession(1215109224)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field teas] is being defaulted to: ID.
[EL Info]: 2023-10-25 10:59:50.587--ServerSession(446573627)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:50.589--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:50.589--ServerSession(446573627)--Connection(1823843917)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:50.591--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:50.593--ServerSession(446573627)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_baseEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:50.594--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--ALTER TABLE TEA_DETAILS DROP CONSTRAINT TDTAILSSCNDTABLEID
[EL Fine]: sql: 2023-10-25 10:59:50.596--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.596--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'TEA_DETAILS' because it does not exist.
Error Code: 30000
Call: ALTER TABLE TEA_DETAILS DROP CONSTRAINT TDTAILSSCNDTABLEID
Query: DataModifyQuery(sql="ALTER TABLE TEA_DETAILS DROP CONSTRAINT TDTAILSSCNDTABLEID")
[EL Fine]: sql: 2023-10-25 10:59:50.596--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TATEASHOPtaShopsID
[EL Fine]: sql: 2023-10-25 10:59:50.597--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.597--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'TEA_TEASHOP' because it does not exist.
Error Code: 30000
Call: ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TATEASHOPtaShopsID
Query: DataModifyQuery(sql="ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TATEASHOPtaShopsID")
[EL Fine]: sql: 2023-10-25 10:59:50.597--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TEA_TEASHOP_Tea_ID
[EL Fine]: sql: 2023-10-25 10:59:50.598--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.598--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'TEA_TEASHOP' because it does not exist.
Error Code: 30000
Call: ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TEA_TEASHOP_Tea_ID
Query: DataModifyQuery(sql="ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TEA_TEASHOP_Tea_ID")
[EL Fine]: sql: 2023-10-25 10:59:50.598--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TASHOPTEATEASHOPID
[EL Fine]: sql: 2023-10-25 10:59:50.599--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.599--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'TEASHOP_TEA' because it does not exist.
Error Code: 30000
Call: ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TASHOPTEATEASHOPID
Query: DataModifyQuery(sql="ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TASHOPTEATEASHOPID")
[EL Fine]: sql: 2023-10-25 10:59:50.599--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TEASHOP_TEA_TEA_ID
[EL Fine]: sql: 2023-10-25 10:59:50.6--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.6--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'TEASHOP_TEA' because it does not exist.
Error Code: 30000
Call: ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TEASHOP_TEA_TEA_ID
Query: DataModifyQuery(sql="ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TEASHOP_TEA_TEA_ID")
[EL Fine]: sql: 2023-10-25 10:59:50.601--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE COFFEE
[EL Fine]: sql: 2023-10-25 10:59:50.601--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.601--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist.
Error Code: 30000
Call: DROP TABLE COFFEE
Query: DataModifyQuery(sql="DROP TABLE COFFEE")
[EL Fine]: sql: 2023-10-25 10:59:50.602--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA
[EL Fine]: sql: 2023-10-25 10:59:50.602--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.602--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA
Query: DataModifyQuery(sql="DROP TABLE TEA")
[EL Fine]: sql: 2023-10-25 10:59:50.603--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS
[EL Fine]: sql: 2023-10-25 10:59:50.603--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.604--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA_DETAILS' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA_DETAILS
Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS")
[EL Fine]: sql: 2023-10-25 10:59:50.604--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.604--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.605--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEASHOP' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEASHOP
Query: DataModifyQuery(sql="DROP TABLE TEASHOP")
[EL Fine]: sql: 2023-10-25 10:59:50.605--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.605--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.606--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA_TEASHOP' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA_TEASHOP
Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP")
[EL Fine]: sql: 2023-10-25 10:59:50.606--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA
[EL Fine]: sql: 2023-10-25 10:59:50.606--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.607--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEASHOP_TEA' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEASHOP_TEA
Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA")
[EL Fine]: sql: 2023-10-25 10:59:50.607--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE COFFEE
[EL Fine]: sql: 2023-10-25 10:59:50.607--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.608--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist.
Error Code: 30000
Call: DROP TABLE COFFEE
Query: DataModifyQuery(sql="DROP TABLE COFFEE")
[EL Fine]: sql: 2023-10-25 10:59:50.608--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA
[EL Fine]: sql: 2023-10-25 10:59:50.609--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.609--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA
Query: DataModifyQuery(sql="DROP TABLE TEA")
[EL Fine]: sql: 2023-10-25 10:59:50.609--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS
[EL Fine]: sql: 2023-10-25 10:59:50.61--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.61--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA_DETAILS' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA_DETAILS
Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS")
[EL Fine]: sql: 2023-10-25 10:59:50.61--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.611--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.611--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEASHOP' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEASHOP
Query: DataModifyQuery(sql="DROP TABLE TEASHOP")
[EL Fine]: sql: 2023-10-25 10:59:50.611--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.612--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.612--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA_TEASHOP' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA_TEASHOP
Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP")
[EL Fine]: sql: 2023-10-25 10:59:50.612--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA
[EL Fine]: sql: 2023-10-25 10:59:50.613--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.613--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEASHOP_TEA' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEASHOP_TEA
Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA")
[EL Fine]: sql: 2023-10-25 10:59:50.613--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE COFFEE
[EL Fine]: sql: 2023-10-25 10:59:50.614--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.614--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist.
Error Code: 30000
Call: DROP TABLE COFFEE
Query: DataModifyQuery(sql="DROP TABLE COFFEE")
[EL Fine]: sql: 2023-10-25 10:59:50.614--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA
[EL Fine]: sql: 2023-10-25 10:59:50.615--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.615--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA
Query: DataModifyQuery(sql="DROP TABLE TEA")
[EL Fine]: sql: 2023-10-25 10:59:50.615--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS
[EL Fine]: sql: 2023-10-25 10:59:50.616--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.616--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA_DETAILS' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA_DETAILS
Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS")
[EL Fine]: sql: 2023-10-25 10:59:50.616--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.616--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.617--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEASHOP' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEASHOP
Query: DataModifyQuery(sql="DROP TABLE TEASHOP")
[EL Fine]: sql: 2023-10-25 10:59:50.617--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.617--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.618--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA_TEASHOP' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA_TEASHOP
Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP")
[EL Fine]: sql: 2023-10-25 10:59:50.618--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA
[EL Fine]: sql: 2023-10-25 10:59:50.618--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.619--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEASHOP_TEA' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEASHOP_TEA
Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA")
[EL Fine]: sql: 2023-10-25 10:59:50.619--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE COFFEE
[EL Fine]: sql: 2023-10-25 10:59:50.619--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.62--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist.
Error Code: 30000
Call: DROP TABLE COFFEE
Query: DataModifyQuery(sql="DROP TABLE COFFEE")
[EL Fine]: sql: 2023-10-25 10:59:50.62--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA
[EL Fine]: sql: 2023-10-25 10:59:50.62--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.621--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA
Query: DataModifyQuery(sql="DROP TABLE TEA")
[EL Fine]: sql: 2023-10-25 10:59:50.621--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS
[EL Fine]: sql: 2023-10-25 10:59:50.621--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.621--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA_DETAILS' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA_DETAILS
Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS")
[EL Fine]: sql: 2023-10-25 10:59:50.622--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.622--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.622--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEASHOP' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEASHOP
Query: DataModifyQuery(sql="DROP TABLE TEASHOP")
[EL Fine]: sql: 2023-10-25 10:59:50.623--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.623--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.623--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA_TEASHOP' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA_TEASHOP
Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP")
[EL Fine]: sql: 2023-10-25 10:59:50.624--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA
[EL Fine]: sql: 2023-10-25 10:59:50.624--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.624--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEASHOP_TEA' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEASHOP_TEA
Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA")
[EL Fine]: sql: 2023-10-25 10:59:50.625--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE COFFEE
[EL Fine]: sql: 2023-10-25 10:59:50.625--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.625--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist.
Error Code: 30000
Call: DROP TABLE COFFEE
Query: DataModifyQuery(sql="DROP TABLE COFFEE")
[EL Fine]: sql: 2023-10-25 10:59:50.626--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA
[EL Fine]: sql: 2023-10-25 10:59:50.626--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.627--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA
Query: DataModifyQuery(sql="DROP TABLE TEA")
[EL Fine]: sql: 2023-10-25 10:59:50.627--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS
[EL Fine]: sql: 2023-10-25 10:59:50.627--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.627--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA_DETAILS' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA_DETAILS
Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS")
[EL Fine]: sql: 2023-10-25 10:59:50.628--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.628--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.629--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEASHOP' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEASHOP
Query: DataModifyQuery(sql="DROP TABLE TEASHOP")
[EL Fine]: sql: 2023-10-25 10:59:50.629--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.629--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.63--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEA_TEASHOP' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEA_TEASHOP
Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP")
[EL Fine]: sql: 2023-10-25 10:59:50.63--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA
[EL Fine]: sql: 2023-10-25 10:59:50.631--ServerSession(446573627)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.631--ServerSession(446573627)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEASHOP_TEA' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEASHOP_TEA
Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA")
[EL Fine]: sql: 2023-10-25 10:59:50.631--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--CREATE TABLE COFFEE (ID BIGINT GENERATED BY DEFAULT AS IDENTITY NOT NULL, NAME VARCHAR(255), PRICE FLOAT, PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:50.633--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--CREATE TABLE TEA (ID BIGINT GENERATED BY DEFAULT AS IDENTITY NOT NULL, NAME VARCHAR(255), PRICE FLOAT, PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:50.636--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--CREATE TABLE TEA_DETAILS (SECONDTABLE_ID BIGINT NOT NULL, COST FLOAT, MANUFACTURER VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID))
[EL Fine]: sql: 2023-10-25 10:59:50.638--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--CREATE TABLE TEASHOP (ID BIGINT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:50.639--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--CREATE TABLE TEA_TEASHOP (Tea_ID BIGINT NOT NULL, teaShops_ID BIGINT NOT NULL, PRIMARY KEY (Tea_ID, teaShops_ID))
[EL Fine]: sql: 2023-10-25 10:59:50.64--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--CREATE TABLE TEASHOP_TEA (TEASHOP_ID BIGINT NOT NULL, TEA_ID BIGINT NOT NULL, PRIMARY KEY (TEASHOP_ID, TEA_ID))
[EL Fine]: sql: 2023-10-25 10:59:50.641--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--ALTER TABLE TEA_DETAILS ADD CONSTRAINT TDTAILSSCNDTABLEID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TEA (ID)
[EL Fine]: sql: 2023-10-25 10:59:50.644--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT TATEASHOPtaShopsID FOREIGN KEY (teaShops_ID) REFERENCES TEASHOP (ID)
[EL Fine]: sql: 2023-10-25 10:59:50.646--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT TEA_TEASHOP_Tea_ID FOREIGN KEY (Tea_ID) REFERENCES TEA (ID)
[EL Fine]: sql: 2023-10-25 10:59:50.649--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT TASHOPTEATEASHOPID FOREIGN KEY (TEASHOP_ID) REFERENCES TEASHOP (ID)
[EL Fine]: sql: 2023-10-25 10:59:50.65--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT TEASHOP_TEA_TEA_ID FOREIGN KEY (TEA_ID) REFERENCES TEA (ID)
[EL Fine]: sql: 2023-10-25 10:59:50.654--ClientSession(1827883912)--Connection(1923018591)--Thread(Thread[main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?)
	bind => [Oolong, 2.34]
[EL Fine]: sql: 2023-10-25 10:59:50.657--ClientSession(1827883912)--Connection(1923018591)--Thread(Thread[main,5,main])--values IDENTITY_VAL_LOCAL()
[EL Fine]: sql: 2023-10-25 10:59:50.658--ClientSession(1827883912)--Connection(1923018591)--Thread(Thread[main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?)
	bind => [Earl Grey, 3.29]
[EL Fine]: sql: 2023-10-25 10:59:50.658--ClientSession(1827883912)--Connection(1923018591)--Thread(Thread[main,5,main])--values IDENTITY_VAL_LOCAL()
[EL Fine]: sql: 2023-10-25 10:59:50.659--ClientSession(1827883912)--Connection(1923018591)--Thread(Thread[main,5,main])--INSERT INTO TEA_DETAILS (COST, MANUFACTURER, SECONDTABLE_ID) VALUES (?, ?, ?)
	bind => [0.75, Lipton, 1]
[EL Fine]: sql: 2023-10-25 10:59:50.661--ClientSession(1827883912)--Connection(1923018591)--Thread(Thread[main,5,main])--INSERT INTO TEA_DETAILS (COST, MANUFACTURER, SECONDTABLE_ID) VALUES (?, ?, ?)
	bind => [1.29, Lipton, 2]
[EL Fine]: sql: 2023-10-25 10:59:50.662--ClientSession(1827883912)--Connection(1923018591)--Thread(Thread[main,5,main])--INSERT INTO TEASHOP (ID, NAME) VALUES (?, ?)
	bind => [12, null]
[EL Fine]: sql: 2023-10-25 10:59:50.664--ClientSession(1827883912)--Connection(1923018591)--Thread(Thread[main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?)
	bind => [1, 12]
[EL Fine]: sql: 2023-10-25 10:59:50.665--ClientSession(1827883912)--Connection(1923018591)--Thread(Thread[main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?)
	bind => [2, 12]
[EL Info]: 2023-10-25 10:59:50.672--ServerSession(1215109224)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:50.673--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:50.674--ServerSession(1215109224)--Connection(1864933502)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:50.675--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:50.677--ServerSession(1215109224)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_propertyEMF login successful
[EL Fine]: sql: 2023-10-25 10:59:50.677--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE TEA_DETAILS DROP CONSTRAINT TDTAILSSCNDTABLEID
[EL Fine]: sql: 2023-10-25 10:59:50.68--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE STEPEXECUTIONENTITY DROP CONSTRAINT STPXCTIONENTITYFKD
[EL Fine]: sql: 2023-10-25 10:59:50.681--ServerSession(1215109224)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.681--ServerSession(1215109224)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'STEPEXECUTIONENTITY' because it does not exist.
Error Code: 30000
Call: ALTER TABLE STEPEXECUTIONENTITY DROP CONSTRAINT STPXCTIONENTITYFKD
Query: DataModifyQuery(sql="ALTER TABLE STEPEXECUTIONENTITY DROP CONSTRAINT STPXCTIONENTITYFKD")
[EL Fine]: sql: 2023-10-25 10:59:50.681--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TATEASHOPtaShopsID
[EL Fine]: sql: 2023-10-25 10:59:50.683--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TEA_TEASHOP_Tea_ID
[EL Fine]: sql: 2023-10-25 10:59:50.684--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TASHOPTEATEASHOPID
[EL Fine]: sql: 2023-10-25 10:59:50.686--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TEASHOP_TEA_TEA_ID
[EL Fine]: sql: 2023-10-25 10:59:50.687--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--DROP TABLE COFFEE
[EL Fine]: sql: 2023-10-25 10:59:50.688--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--DROP TABLE TEA
[EL Fine]: sql: 2023-10-25 10:59:50.69--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--DROP TABLE TEA_DETAILS
[EL Fine]: sql: 2023-10-25 10:59:50.691--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.692--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.693--ServerSession(1215109224)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.693--ServerSession(1215109224)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'STEPEXECUTIONENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE STEPEXECUTIONENTITY
Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.693--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--DROP TABLE TEA_TEASHOP
[EL Fine]: sql: 2023-10-25 10:59:50.694--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--DROP TABLE TEASHOP_TEA
[EL Fine]: sql: 2023-10-25 10:59:50.696--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.696--ServerSession(1215109224)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.697--ServerSession(1215109224)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'STEPEXECUTIONENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE STEPEXECUTIONENTITY
Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.697--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.697--ServerSession(1215109224)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.697--ServerSession(1215109224)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'STEPEXECUTIONENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE STEPEXECUTIONENTITY
Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.698--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.698--ServerSession(1215109224)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.698--ServerSession(1215109224)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'STEPEXECUTIONENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE STEPEXECUTIONENTITY
Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.698--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--DROP TABLE STEPEXECUTIONENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.699--ServerSession(1215109224)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.699--ServerSession(1215109224)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'STEPEXECUTIONENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE STEPEXECUTIONENTITY
Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.699--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--CREATE TABLE COFFEE (ID BIGINT GENERATED BY DEFAULT AS IDENTITY NOT NULL, NAME VARCHAR(255), PRICE FLOAT, PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:50.701--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--CREATE TABLE TEA (ID BIGINT GENERATED BY DEFAULT AS IDENTITY NOT NULL, NAME VARCHAR(255), PRICE FLOAT, PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:50.703--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--CREATE TABLE TEA_DETAILS (SECONDTABLE_ID BIGINT NOT NULL, COST FLOAT, MANUFACTURER VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID))
[EL Fine]: sql: 2023-10-25 10:59:50.705--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--CREATE TABLE TEASHOP (ID BIGINT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:50.706--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--CREATE TABLE STEPEXECUTIONENTITY (ID BIGINT GENERATED BY DEFAULT AS IDENTITY NOT NULL, FK_ID BIGINT, PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:50.707--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--CREATE TABLE TEA_TEASHOP (Tea_ID BIGINT NOT NULL, teaShops_ID BIGINT NOT NULL, PRIMARY KEY (Tea_ID, teaShops_ID))
[EL Fine]: sql: 2023-10-25 10:59:50.708--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--CREATE TABLE TEASHOP_TEA (TEASHOP_ID BIGINT NOT NULL, TEA_ID BIGINT NOT NULL, PRIMARY KEY (TEASHOP_ID, TEA_ID))
[EL Fine]: sql: 2023-10-25 10:59:50.71--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE TEA_DETAILS ADD CONSTRAINT TDTAILSSCNDTABLEID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TEA (ID)
[EL Fine]: sql: 2023-10-25 10:59:50.711--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE STEPEXECUTIONENTITY ADD CONSTRAINT STPXCTIONENTITYFKD FOREIGN KEY (FK_ID) REFERENCES STEPEXECUTIONENTITY (ID)
[EL Fine]: sql: 2023-10-25 10:59:50.712--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT TATEASHOPtaShopsID FOREIGN KEY (teaShops_ID) REFERENCES TEASHOP (ID)
[EL Fine]: sql: 2023-10-25 10:59:50.714--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT TEA_TEASHOP_Tea_ID FOREIGN KEY (Tea_ID) REFERENCES TEA (ID)
[EL Fine]: sql: 2023-10-25 10:59:50.716--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT TASHOPTEATEASHOPID FOREIGN KEY (TEASHOP_ID) REFERENCES TEASHOP (ID)
[EL Fine]: sql: 2023-10-25 10:59:50.717--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT TEASHOP_TEA_TEA_ID FOREIGN KEY (TEA_ID) REFERENCES TEA (ID)
[EL Fine]: sql: 2023-10-25 10:59:50.721--ClientSession(2075760352)--Connection(1155636121)--Thread(Thread[main,5,main])--INSERT INTO STEPEXECUTIONENTITY (FK_ID) VALUES (?)
	bind => [null]
[EL Fine]: sql: 2023-10-25 10:59:50.726--ClientSession(2075760352)--Connection(1155636121)--Thread(Thread[main,5,main])--UPDATE STEPEXECUTIONENTITY SET FK_ID = ? WHERE (ID = ?)
	bind => [1, 1]
[EL Fine]: connection: 2023-10-25 10:59:50.729--ServerSession(446573627)--Connection(1923018591)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:50.729--ServerSession(446573627)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_baseEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:50.73--ServerSession(446573627)--Connection(1823843917)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:50.73--ServerSession(1215109224)--Connection(1155636121)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 10:59:50.73--ServerSession(1215109224)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_propertyEMF logout successful
[EL Fine]: connection: 2023-10-25 10:59:50.73--ServerSession(1215109224)--Connection(1864933502)--Thread(Thread[main,5,main])--disconnect
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.16 s - in org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration
[INFO] Running org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue
[EL Info]: 2023-10-25 10:59:50.736--ServerSession(1644425487)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 10:59:50.749--ServerSession(1644425487)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP SEQ_GEN_SEQUENCE' cannot be performed on 'SEQ_GEN_SEQUENCE' because it does not exist.
Error Code: 30000
Call: DROP SEQUENCE SEQ_GEN_SEQUENCE RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE SEQ_GEN_SEQUENCE RESTRICT")
[EL Warning]: 2023-10-25 10:59:50.751--ServerSession(1644425487)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.SEQ_GEN_SEQUENCE' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR SEQ_GEN_SEQUENCE)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR SEQ_GEN_SEQUENCE)")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue
[INFO] Running org.eclipse.persistence.jpa.test.sequence.TestTableQualifier
[EL Info]: 2023-10-25 10:59:50.76--ServerSession(224661478)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.persistence.jpa.test.sequence.TestTableQualifier
[INFO] Running org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel
[EL Info]: 2023-10-25 10:59:50.792--ServerSession(1212881020)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel
[INFO] Running org.eclipse.persistence.jpa.test.version.TestVersioning
[EL Fine]: server: 2023-10-25 10:59:50.8--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 10:59:50.801--ServerSession(824096549)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:50.801--ServerSession(824096549)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:50.802--ServerSession(824096549)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 10:59:50.802--ServerSession(824096549)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is being defaulted to: TemporalVersionedEntity2.
[EL Config]: metadata: 2023-10-25 10:59:50.802--ServerSession(824096549)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is being defaulted to: TEMPORALVERSIONEDENTITY2.
[EL Config]: metadata: 2023-10-25 10:59:50.802--ServerSession(824096549)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.802--ServerSession(824096549)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
[EL Config]: metadata: 2023-10-25 10:59:50.802--ServerSession(824096549)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is being defaulted to: IntegerVersionedEntity.
[EL Config]: metadata: 2023-10-25 10:59:50.802--ServerSession(824096549)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is being defaulted to: INTEGERVERSIONEDENTITY.
[EL Config]: metadata: 2023-10-25 10:59:50.803--ServerSession(824096549)--Thread(Thread[main,5,main])--The column name for element [data] is being defaulted to: DATA.
[EL Config]: metadata: 2023-10-25 10:59:50.803--ServerSession(824096549)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.803--ServerSession(824096549)--Thread(Thread[main,5,main])--The column name for element [theVersion] is being defaulted to: THEVERSION.
[EL Config]: metadata: 2023-10-25 10:59:50.803--ServerSession(824096549)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is being defaulted to: TemporalVersionedEntity.
[EL Config]: metadata: 2023-10-25 10:59:50.803--ServerSession(824096549)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is being defaulted to: TEMPORALVERSIONEDENTITY.
[EL Config]: metadata: 2023-10-25 10:59:50.803--ServerSession(824096549)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2023-10-25 10:59:50.803--ServerSession(824096549)--Thread(Thread[main,5,main])--The column name for element [updatetimestamp] is being defaulted to: UPDATETIMESTAMP.
[EL Info]: 2023-10-25 10:59:50.805--ServerSession(824096549)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 10:59:50.807--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 10:59:50.807--ServerSession(824096549)--Connection(778306577)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 10:59:50.808--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 10:59:50.809--ServerSession(824096549)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2023-10-25 10:59:50.809--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.81--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.811--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEMPORALVERSIONEDENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEMPORALVERSIONEDENTITY
Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.811--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2
[EL Fine]: sql: 2023-10-25 10:59:50.811--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.812--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEMPORALVERSIONEDENTITY2' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEMPORALVERSIONEDENTITY2
Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2")
[EL Fine]: sql: 2023-10-25 10:59:50.812--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.812--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.813--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'INTEGERVERSIONEDENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE INTEGERVERSIONEDENTITY
Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.813--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.813--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.813--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEMPORALVERSIONEDENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEMPORALVERSIONEDENTITY
Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.813--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2
[EL Fine]: sql: 2023-10-25 10:59:50.814--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.814--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEMPORALVERSIONEDENTITY2' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEMPORALVERSIONEDENTITY2
Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2")
[EL Fine]: sql: 2023-10-25 10:59:50.814--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.815--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.815--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'INTEGERVERSIONEDENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE INTEGERVERSIONEDENTITY
Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.815--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.816--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.816--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEMPORALVERSIONEDENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEMPORALVERSIONEDENTITY
Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.816--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2
[EL Fine]: sql: 2023-10-25 10:59:50.817--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.817--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEMPORALVERSIONEDENTITY2' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEMPORALVERSIONEDENTITY2
Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2")
[EL Fine]: sql: 2023-10-25 10:59:50.817--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.817--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.818--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'INTEGERVERSIONEDENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE INTEGERVERSIONEDENTITY
Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.818--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.818--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.819--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEMPORALVERSIONEDENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEMPORALVERSIONEDENTITY
Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.819--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2
[EL Fine]: sql: 2023-10-25 10:59:50.819--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.819--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEMPORALVERSIONEDENTITY2' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEMPORALVERSIONEDENTITY2
Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2")
[EL Fine]: sql: 2023-10-25 10:59:50.819--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.82--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.82--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'INTEGERVERSIONEDENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE INTEGERVERSIONEDENTITY
Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.82--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.821--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.821--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEMPORALVERSIONEDENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEMPORALVERSIONEDENTITY
Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.821--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2
[EL Fine]: sql: 2023-10-25 10:59:50.822--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.822--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEMPORALVERSIONEDENTITY2' because it does not exist.
Error Code: 30000
Call: DROP TABLE TEMPORALVERSIONEDENTITY2
Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2")
[EL Fine]: sql: 2023-10-25 10:59:50.822--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY
[EL Fine]: sql: 2023-10-25 10:59:50.822--ServerSession(824096549)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 10:59:50.823--ServerSession(824096549)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'INTEGERVERSIONEDENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE INTEGERVERSIONEDENTITY
Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY")
[EL Fine]: sql: 2023-10-25 10:59:50.823--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY (ID BIGINT NOT NULL, UPDATETIMESTAMP TIMESTAMP, PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:50.824--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY2 (ID BIGINT NOT NULL, VERSION TIMESTAMP, PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:50.826--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--CREATE TABLE INTEGERVERSIONEDENTITY (ID BIGINT NOT NULL, DATA VARCHAR(255), THEVERSION INTEGER, PRIMARY KEY (ID))
[EL Fine]: sql: 2023-10-25 10:59:50.828--ClientSession(414033121)--Connection(1583389506)--Thread(Thread[main,5,main])--VALUES CURRENT_TIMESTAMP
[EL Fine]: sql: 2023-10-25 10:59:50.831--ClientSession(414033121)--Connection(1583389506)--Thread(Thread[main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY (ID, UPDATETIMESTAMP) VALUES (?, ?)
	bind => [1, 2023-10-25 10:59:50.83]
[EL Fine]: sql: 2023-10-25 10:59:53.335--ClientSession(659918318)--Connection(1583389506)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?))
	bind => [2023-10-25 10:59:52.0, 1, 2023-10-25 10:59:50.83]
[EL Fine]: sql: 2023-10-25 10:59:53.34--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?)
	bind => [1]
[EL Fine]: sql: 2023-10-25 10:59:55.843--ClientSession(1360502701)--Connection(1583389506)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?))
	bind => [2023-10-25 10:59:55.0, 1, 2023-10-25 10:59:52.0]
[EL Fine]: sql: 2023-10-25 10:59:55.845--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?)
	bind => [1]
[EL Fine]: sql: 2023-10-25 10:59:55.846--ClientSession(2130014398)--Connection(1583389506)--Thread(Thread[main,5,main])--VALUES CURRENT_TIMESTAMP
[EL Fine]: sql: 2023-10-25 10:59:55.847--ClientSession(2130014398)--Connection(1583389506)--Thread(Thread[main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY2 (ID, VERSION) VALUES (?, ?)
	bind => [1, 2023-10-25 10:59:55.847]
[EL Fine]: sql: 2023-10-25 10:59:58.351--ClientSession(1544982424)--Connection(1583389506)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
	bind => [2023-10-25 10:59:57.0, 1, 2023-10-25 10:59:55.847]
[EL Fine]: sql: 2023-10-25 10:59:58.355--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?)
	bind => [1]
[EL Fine]: sql: 2023-10-25 11:00:00.858--ClientSession(1829553277)--Connection(1583389506)--Thread(Thread[main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
	bind => [2023-10-25 11:00:00.0, 1, 2023-10-25 10:59:57.0]
[EL Fine]: sql: 2023-10-25 11:00:00.859--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?)
	bind => [1]
[EL Fine]: sql: 2023-10-25 11:00:00.86--ClientSession(1552431935)--Connection(1583389506)--Thread(Thread[main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?)
	bind => [1, Data, 1]
[EL Fine]: sql: 2023-10-25 11:00:00.863--ClientSession(317254273)--Connection(1583389506)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?))
	bind => [Lore, 2, 1, 1]
[EL Fine]: sql: 2023-10-25 11:00:00.867--ClientSession(59734560)--Connection(1583389506)--Thread(Thread[main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?)
	bind => [2, Data, 1]
[EL Fine]: sql: 2023-10-25 11:00:00.869--ClientSession(1533425651)--Connection(1583389506)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = 'Lore', THEVERSION = (THEVERSION + 1) WHERE (ID = 2)
[EL Fine]: sql: 2023-10-25 11:00:00.872--ClientSession(1533425651)--Connection(1583389506)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?))
	bind => [Information, 2, 2, 1]
[EL Warning]: 2023-10-25 11:00:00.886--UnitOfWork(1986703963)--Thread(Thread[main,5,main])--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [IntegerVersionedEntity [id=2, data=Information, theVersion=2]] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity Primary Key> 2
[EL Fine]: sql: 2023-10-25 11:00:00.887--ClientSession(246761244)--Connection(1583389506)--Thread(Thread[main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?)
	bind => [3, Data, 1]
[EL Fine]: sql: 2023-10-25 11:00:00.889--ClientSession(2065412124)--Connection(1583389506)--Thread(Thread[main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET THEVERSION = 10 WHERE ((ID = 3) AND (THEVERSION = 1))
[EL Fine]: connection: 2023-10-25 11:00:00.892--ServerSession(824096549)--Connection(1583389506)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 11:00:00.892--ServerSession(824096549)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2023-10-25 11:00:00.892--ServerSession(824096549)--Connection(778306577)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.095 s - in org.eclipse.persistence.jpa.test.version.TestVersioning
[INFO] Running org.eclipse.persistence.jpa.test.weave.TestWeaving
[EL Info]: 2023-10-25 11:00:00.9--ServerSession(1114738367)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.persistence.jpa.test.weave.TestWeaving
[INFO] Running org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace
[EL Info]: 2023-10-25 11:00:00.923--ServerSession(473886116)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace
[INFO] Running org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime
[EL Info]: 2023-10-25 11:00:00.947--ServerSession(882928001)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime
[INFO] Running org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions
[EL Info]: 2023-10-25 11:00:01.104--ServerSession(210918113)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 11:00:01.14--ServerSession(1005096127)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions
[INFO] Running org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction
[EL Info]: 2023-10-25 11:00:01.189--ServerSession(1560587713)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction
[INFO] Running org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL
[EL Info]: 2023-10-25 11:00:01.219--ServerSession(1406749291)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 11:00:01.238--ServerSession(629334547)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 11:00:01.257--ServerSession(803286723)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.079 s - in org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL
[INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures
[EL Info]: 2023-10-25 11:00:01.293--ServerSession(1652516749)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metamodel: 2023-10-25 11:00:01.296--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units.  Please verify that your entity classes are referenced in persistence.xml using either <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.007 s - in org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures
[INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors
[EL Info]: 2023-10-25 11:00:01.302--ServerSession(767544292)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.013 s - in org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors
[INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform
[EL Info]: 2023-10-25 11:00:01.319--ServerSession(580441921)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform
[INFO] Running org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking
[EL Info]: 2023-10-25 11:00:01.346--ServerSession(904672772)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 11:00:01.367--ServerSession(1684310769)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 11:00:07.397--ServerSession(2100123173)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 11:00:07.412--ServerSession(1584080449)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 11:00:07.428--ServerSession(567479205)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.105 s - in org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking
[INFO] Running org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking
[EL Info]: 2023-10-25 11:00:07.447--ServerSession(1430590333)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.079 s - in org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking
[INFO] Running org.eclipse.persistence.jpa.test.diagnostic.TestDiagnostic
[EL Info]: 2023-10-25 11:00:10.551--ServerSession(342139255)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 11:00:10.56--ServerSession(342139255)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BRANCHB_DIAGNOSTIC' because it does not exist.
Error Code: 30000
Call: DROP TABLE BRANCHB_DIAGNOSTIC
Query: DataModifyQuery(sql="DROP TABLE BRANCHB_DIAGNOSTIC")
[EL Warning]: 2023-10-25 11:00:10.561--ServerSession(342139255)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BRANCHA_DIAGNOSTIC' because it does not exist.
Error Code: 30000
Call: DROP TABLE BRANCHA_DIAGNOSTIC
Query: DataModifyQuery(sql="DROP TABLE BRANCHA_DIAGNOSTIC")
[EL Info]: 2023-10-25 11:00:10.593--ServerSession(2110547577)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Finer]: connection: 2023-10-25 11:00:10.601--ServerSession(2110547577)--client acquired: 1508898150
[EL Finer]: transaction: 2023-10-25 11:00:10.601--ClientSession(1508898150)--acquire unit of work: 309831329
[EL Finest]: transaction: 2023-10-25 11:00:10.602--UnitOfWork(309831329)--register_new_for_persist (There is no English translation for this message.)
[EL Finest]: transaction: 2023-10-25 11:00:10.603--UnitOfWork(309831329)--register_new_for_persist (There is no English translation for this message.)
[EL Finer]: transaction: 2023-10-25 11:00:10.603--UnitOfWork(309831329)--begin unit of work flush
[EL Finest]: query: 2023-10-25 11:00:10.603--UnitOfWork(309831329)--Execute query InsertObjectQuery(BranchADiagnostic{id=2})
[EL Finest]: connection: 2023-10-25 11:00:10.603--ServerSession(2110547577)--Connection(1479770936)--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:10.603--ClientSession(1508898150)--Connection(1479770936)--begin transaction
[EL Fine]: sql: 2023-10-25 11:00:10.604--ClientSession(1508898150)--Connection(1479770936)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?)
	bind => [1 parameter bound]
[EL Finest]: query: 2023-10-25 11:00:10.606--UnitOfWork(309831329)--Execute query InsertObjectQuery(BranchBDiagnostic{id=22})
[EL Fine]: sql: 2023-10-25 11:00:10.606--ClientSession(1508898150)--Connection(1479770936)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?)
	bind => [2 parameters bound]
[EL Finer]: transaction: 2023-10-25 11:00:10.608--UnitOfWork(309831329)--end unit of work flush
[EL Finer]: transaction: 2023-10-25 11:00:10.608--UnitOfWork(309831329)--resume unit of work
[EL Finer]: transaction: 2023-10-25 11:00:10.608--UnitOfWork(309831329)--begin unit of work commit
[EL Finer]: transaction: 2023-10-25 11:00:10.608--ClientSession(1508898150)--Connection(1479770936)--commit transaction
[EL Finest]: connection: 2023-10-25 11:00:10.608--ServerSession(2110547577)--Connection(1479770936)--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:10.613--UnitOfWork(309831329)--end unit of work commit
[EL Finer]: transaction: 2023-10-25 11:00:10.613--UnitOfWork(309831329)--resume unit of work
[EL Finest]: transaction: 2023-10-25 11:00:10.613--UnitOfWork(309831329)--deleting_object (There is no English translation for this message.)
[EL Finer]: transaction: 2023-10-25 11:00:10.613--UnitOfWork(309831329)--begin unit of work commit
[EL Finest]: query: 2023-10-25 11:00:10.613--UnitOfWork(309831329)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic )
[EL Finest]: query: 2023-10-25 11:00:10.614--UnitOfWork(309831329)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2})
[EL Finest]: query: 2023-10-25 11:00:10.614--UnitOfWork(309831329)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=22})
[EL Finest]: connection: 2023-10-25 11:00:10.614--ServerSession(2110547577)--Connection(1479770936)--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:10.614--ClientSession(1508898150)--Connection(1479770936)--begin transaction
[EL Fine]: sql: 2023-10-25 11:00:10.615--ClientSession(1508898150)--Connection(1479770936)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?)
	bind => [2 parameters bound]
[EL Finest]: query: 2023-10-25 11:00:10.617--UnitOfWork(309831329)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=22})
[EL Fine]: sql: 2023-10-25 11:00:10.618--ClientSession(1508898150)--Connection(1479770936)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?)
	bind => [1 parameter bound]
[EL Finer]: transaction: 2023-10-25 11:00:10.62--ClientSession(1508898150)--Connection(1479770936)--commit transaction
[EL Finest]: connection: 2023-10-25 11:00:10.62--ServerSession(2110547577)--Connection(1479770936)--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:10.622--UnitOfWork(309831329)--end unit of work commit
[EL Finer]: transaction: 2023-10-25 11:00:10.622--UnitOfWork(309831329)--resume unit of work
[EL Finer]: transaction: 2023-10-25 11:00:10.622--UnitOfWork(309831329)--begin unit of work commit
[EL Finest]: query: 2023-10-25 11:00:10.622--UnitOfWork(309831329)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2})
[EL Finer]: transaction: 2023-10-25 11:00:10.623--UnitOfWork(309831329)--end unit of work commit
[EL Finer]: transaction: 2023-10-25 11:00:10.623--UnitOfWork(309831329)--resume unit of work
[EL Finest]: query: 2023-10-25 11:00:10.623--UnitOfWork(309831329)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)")
[EL Info]: transaction: 2023-10-25 11:00:10.623--UnitOfWork(309831329)--validate object space.
[EL Warning]: cache: 2023-10-25 11:00:10.624--UnitOfWork(309831329)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}]
[EL Warning]: cache: 2023-10-25 11:00:10.624--UnitOfWork(309831329)--corrupt object referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs]
[EL Warning]: cache: 2023-10-25 11:00:10.624--UnitOfWork(309831329)--corrupt object: BranchBDiagnostic{id=22}
[EL Finest]: query: 2023-10-25 11:00:10.624--UnitOfWork(309831329)--Execute query ReadObjectQuery(name="findBranchADiagnosticById" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)")
[EL Info]: transaction: 2023-10-25 11:00:10.624--UnitOfWork(309831329)--validate object space.
[EL Warning]: cache: 2023-10-25 11:00:10.624--UnitOfWork(309831329)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}]
[EL Warning]: cache: 2023-10-25 11:00:10.624--UnitOfWork(309831329)--corrupt object referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs]
[EL Warning]: cache: 2023-10-25 11:00:10.624--UnitOfWork(309831329)--corrupt object: BranchBDiagnostic{id=22}
[EL Finer]: transaction: 2023-10-25 11:00:10.625--UnitOfWork(309831329)--release unit of work
[EL Finer]: connection: 2023-10-25 11:00:10.625--ClientSession(1508898150)--client released
[EL Finest]: jpa: 2023-10-25 11:00:10.625--ServerSession(2110547577)--Begin undeploying Persistence Unit diagnostic-test-pu; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-test-pu; state Deployed; factoryCount 1
[EL Fine]: connection: 2023-10-25 11:00:10.625--ServerSession(2110547577)--Connection(1479770936)--disconnect
[EL Finer]: cache: 2023-10-25 11:00:10.625--ServerSession(2110547577)--initialize identitymaps
[EL Fine]: connection: 2023-10-25 11:00:10.625--ServerSession(2110547577)--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-test-pu logout successful
[EL Fine]: connection: 2023-10-25 11:00:10.625--ServerSession(2110547577)--Connection(1039634839)--disconnect
[EL Finest]: jpa: 2023-10-25 11:00:10.625--ServerSession(2110547577)--End undeploying Persistence Unit diagnostic-test-pu; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-test-pu; state Undeployed; factoryCount 0
[EL Info]: 2023-10-25 11:00:10.644--ServerSession(545144829)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Finer]: connection: 2023-10-25 11:00:10.649--ServerSession(545144829)--client acquired: 753396831
[EL Finer]: transaction: 2023-10-25 11:00:10.649--ClientSession(753396831)--acquire unit of work: 1706840265
[EL Finest]: transaction: 2023-10-25 11:00:10.649--UnitOfWork(1706840265)--register_new_for_persist (There is no English translation for this message.)
[EL Finest]: transaction: 2023-10-25 11:00:10.65--UnitOfWork(1706840265)--register_new_for_persist (There is no English translation for this message.)
[EL Finer]: transaction: 2023-10-25 11:00:10.65--UnitOfWork(1706840265)--begin unit of work flush
[EL Finest]: query: 2023-10-25 11:00:10.65--UnitOfWork(1706840265)--Execute query InsertObjectQuery(BranchADiagnostic{id=1})
[EL Finest]: connection: 2023-10-25 11:00:10.65--ServerSession(545144829)--Connection(772070337)--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:10.65--ClientSession(753396831)--Connection(772070337)--begin transaction
[EL Fine]: sql: 2023-10-25 11:00:10.65--ClientSession(753396831)--Connection(772070337)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?)
	bind => [1 parameter bound]
[EL Finest]: query: 2023-10-25 11:00:10.651--UnitOfWork(1706840265)--Execute query InsertObjectQuery(BranchBDiagnostic{id=11})
[EL Fine]: sql: 2023-10-25 11:00:10.651--ClientSession(753396831)--Connection(772070337)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?)
	bind => [2 parameters bound]
[EL Finer]: transaction: 2023-10-25 11:00:10.652--UnitOfWork(1706840265)--end unit of work flush
[EL Finer]: transaction: 2023-10-25 11:00:10.652--UnitOfWork(1706840265)--resume unit of work
[EL Finer]: transaction: 2023-10-25 11:00:10.652--UnitOfWork(1706840265)--begin unit of work commit
[EL Finer]: transaction: 2023-10-25 11:00:10.652--ClientSession(753396831)--Connection(772070337)--commit transaction
[EL Finest]: connection: 2023-10-25 11:00:10.652--ServerSession(545144829)--Connection(772070337)--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:10.654--UnitOfWork(1706840265)--end unit of work commit
[EL Finer]: transaction: 2023-10-25 11:00:10.654--UnitOfWork(1706840265)--resume unit of work
[EL Finest]: transaction: 2023-10-25 11:00:10.654--UnitOfWork(1706840265)--deleting_object (There is no English translation for this message.)
[EL Finer]: transaction: 2023-10-25 11:00:10.654--UnitOfWork(1706840265)--begin unit of work commit
[EL Finest]: query: 2023-10-25 11:00:10.654--UnitOfWork(1706840265)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic )
[EL Finest]: query: 2023-10-25 11:00:10.654--UnitOfWork(1706840265)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1})
[EL Finest]: query: 2023-10-25 11:00:10.654--UnitOfWork(1706840265)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=11})
[EL Finest]: connection: 2023-10-25 11:00:10.655--ServerSession(545144829)--Connection(772070337)--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:10.655--ClientSession(753396831)--Connection(772070337)--begin transaction
[EL Fine]: sql: 2023-10-25 11:00:10.655--ClientSession(753396831)--Connection(772070337)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?)
	bind => [2 parameters bound]
[EL Finest]: query: 2023-10-25 11:00:10.655--UnitOfWork(1706840265)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=11})
[EL Fine]: sql: 2023-10-25 11:00:10.655--ClientSession(753396831)--Connection(772070337)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?)
	bind => [1 parameter bound]
[EL Finer]: transaction: 2023-10-25 11:00:10.656--ClientSession(753396831)--Connection(772070337)--commit transaction
[EL Finest]: connection: 2023-10-25 11:00:10.656--ServerSession(545144829)--Connection(772070337)--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:10.657--UnitOfWork(1706840265)--end unit of work commit
[EL Finer]: transaction: 2023-10-25 11:00:10.657--UnitOfWork(1706840265)--resume unit of work
[EL Finer]: transaction: 2023-10-25 11:00:10.657--UnitOfWork(1706840265)--begin unit of work commit
[EL Finest]: query: 2023-10-25 11:00:10.657--UnitOfWork(1706840265)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1})
[EL Finer]: transaction: 2023-10-25 11:00:10.657--UnitOfWork(1706840265)--end unit of work commit
[EL Finer]: transaction: 2023-10-25 11:00:10.657--UnitOfWork(1706840265)--resume unit of work
[EL Finest]: query: 2023-10-25 11:00:10.658--UnitOfWork(1706840265)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)")
[EL Info]: transaction: 2023-10-25 11:00:10.658--UnitOfWork(1706840265)--validate object space.
[EL Warning]: cache: 2023-10-25 11:00:10.658--UnitOfWork(1706840265)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=1}]
[EL Warning]: cache: 2023-10-25 11:00:10.658--UnitOfWork(1706840265)--corrupt object referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs]
[EL Warning]: cache: 2023-10-25 11:00:10.658--UnitOfWork(1706840265)--corrupt object: BranchBDiagnostic{id=11}
[EL Finer]: transaction: 2023-10-25 11:00:10.658--UnitOfWork(1706840265)--release unit of work
[EL Finer]: connection: 2023-10-25 11:00:10.658--ClientSession(753396831)--client released
[EL Finest]: jpa: 2023-10-25 11:00:10.658--ServerSession(545144829)--Begin undeploying Persistence Unit diagnostic-with-property-test-pu; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-with-property-test-pu; state Deployed; factoryCount 1
[EL Fine]: connection: 2023-10-25 11:00:10.658--ServerSession(545144829)--Connection(772070337)--disconnect
[EL Finer]: cache: 2023-10-25 11:00:10.658--ServerSession(545144829)--initialize identitymaps
[EL Fine]: connection: 2023-10-25 11:00:10.658--ServerSession(545144829)--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-with-property-test-pu logout successful
[EL Fine]: connection: 2023-10-25 11:00:10.658--ServerSession(545144829)--Connection(246833096)--disconnect
[EL Finest]: jpa: 2023-10-25 11:00:10.659--ServerSession(545144829)--End undeploying Persistence Unit diagnostic-with-property-test-pu; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes/_diagnostic-with-property-test-pu; state Undeployed; factoryCount 0
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.persistence.jpa.test.diagnostic.TestDiagnostic
[INFO] Running org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence
[EL Info]: 2023-10-25 11:00:10.668--ServerSession(70279272)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence
[INFO] Running org.eclipse.persistence.jpa.test.lob.TestLobMerge
[EL Info]: 2023-10-25 11:00:10.814--ServerSession(1085226456)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.persistence.jpa.test.lob.TestLobMerge
[INFO] Running org.eclipse.persistence.jpa.test.server.TestTargetServerDetector
[EL Info]: 2023-10-25 11:00:10.847--ServerSession(1232329423)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 11:00:10.858--ServerSession(1235902593)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.persistence.jpa.test.server.TestTargetServerDetector
[INFO] Running org.eclipse.persistence.jpa.test.server.TestJNDIConnector
[EL Info]: 2023-10-25 11:00:10.876--ServerSession(2145053547)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 11:00:10.881--ServerSession(22459165)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 11:00:10.885--ServerSession(1868854372)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Info]: 2023-10-25 11:00:10.89--ServerSession(124451741)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.persistence.jpa.test.server.TestJNDIConnector
[INFO] Running org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter
[INFO] Running org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature
[EL Info]: 2023-10-25 11:00:10.92--ServerSession(269797413)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature
[INFO] Running org.eclipse.persistence.jpa.converter.TestAutoApplyConverter
[EL Info]: 2023-10-25 11:00:10.953--ServerSession(50466594)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.eclipse.persistence.jpa.converter.TestAutoApplyConverter
[INFO] Running org.eclipse.persistence.jpa.returninsert.TestReturnInsert
[EL Info]: 2023-10-25 11:00:11.201--ServerSession(1005788990)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Severe]: 2023-10-25 11:00:11.212--ServerSession(1005788990)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.IntegrityException
Descriptor Exceptions: 
---------------------------------------------------------

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMasterPK --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMaster --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailPK --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbeddedEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Runtime Exceptions: 
---------------------------------------------------------

[EL Severe]: ejb: 2023-10-25 11:00:11.214--ServerSession(1005788990)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.IntegrityException
Descriptor Exceptions: 
---------------------------------------------------------

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMasterPK --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMaster --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailJoined --> [DatabaseTable(JPA22_RETURNINSERT_MASTER_JOINED), DatabaseTable(JPA22_RETURNINSERT_DETAIL_JOINED)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailPK --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbeddedEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetailEmbedded --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Exception [EclipseLink-193] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [JavaDBPlatform] does not support generating call with returning.
Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertDetail --> [DatabaseTable(JPA22_RETURNINSERT_DETAIL)])

Runtime Exceptions: 
---------------------------------------------------------

Non supported platform. This test can be executed on OraclePlatform only!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.persistence.jpa.returninsert.TestReturnInsert
[INFO] Running org.eclipse.persistence.jpa.compositeid.TestCompositeId
[EL Fine]: server: 2023-10-25 11:00:11.217--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2023-10-25 11:00:11.218--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompC] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.219--ServerSession(1439236530)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field compB] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompB.
[EL Config]: metadata: 2023-10-25 11:00:11.219--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompA] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.219--ServerSession(1439236530)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field compBs] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompB.
[EL Config]: metadata: 2023-10-25 11:00:11.22--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompB] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.22--ServerSession(1439236530)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field compA] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompA.
[EL Config]: metadata: 2023-10-25 11:00:11.22--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompAId] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.22--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompAIdentifier] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.221--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.Environment] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.221--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompBId] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.221--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.ClientId] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.221--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.RN] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.221--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompCId] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.222--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.BTI] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.222--ServerSession(1439236530)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.UserId] is set to [FIELD].
[EL Config]: metadata: 2023-10-25 11:00:11.222--ServerSession(1439236530)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompC] is being defaulted to: CompC.
[EL Config]: metadata: 2023-10-25 11:00:11.222--ServerSession(1439236530)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompC] is being defaulted to: COMPC.
[EL Config]: metadata: 2023-10-25 11:00:11.223--ServerSession(1439236530)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompA] is being defaulted to: CompA.
[EL Config]: metadata: 2023-10-25 11:00:11.223--ServerSession(1439236530)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompA] is being defaulted to: COMPA.
[EL Config]: metadata: 2023-10-25 11:00:11.223--ServerSession(1439236530)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompB] is being defaulted to: CompB.
[EL Config]: metadata: 2023-10-25 11:00:11.223--ServerSession(1439236530)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompB] is being defaulted to: COMPB.
[EL Info]: 2023-10-25 11:00:11.23--ServerSession(1439236530)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Fine]: connection: 2023-10-25 11:00:11.232--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2023-10-25 11:00:11.232--ServerSession(1439236530)--Connection(589123865)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2023-10-25 11:00:11.233--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.14.2.0 - (1828579)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.14.2.0 - (1828579)
[EL Fine]: connection: 2023-10-25 11:00:11.238--ServerSession(1439236530)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2023-10-25 11:00:11.239--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--ALTER TABLE COMPB DROP CONSTRAINT COMPB_FK_ENVIRONME
[EL Fine]: sql: 2023-10-25 11:00:11.24--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.241--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'COMPB' because it does not exist.
Error Code: 30000
Call: ALTER TABLE COMPB DROP CONSTRAINT COMPB_FK_ENVIRONME
Query: DataModifyQuery(sql="ALTER TABLE COMPB DROP CONSTRAINT COMPB_FK_ENVIRONME")
[EL Fine]: sql: 2023-10-25 11:00:11.241--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--ALTER TABLE COMPC DROP CONSTRAINT FK_COMPC_FK_CLIENT
[EL Fine]: sql: 2023-10-25 11:00:11.242--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.242--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'COMPC' because it does not exist.
Error Code: 30000
Call: ALTER TABLE COMPC DROP CONSTRAINT FK_COMPC_FK_CLIENT
Query: DataModifyQuery(sql="ALTER TABLE COMPC DROP CONSTRAINT FK_COMPC_FK_CLIENT")
[EL Fine]: sql: 2023-10-25 11:00:11.242--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPB
[EL Fine]: sql: 2023-10-25 11:00:11.243--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.243--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPB' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPB
Query: DataModifyQuery(sql="DROP TABLE COMPB")
[EL Fine]: sql: 2023-10-25 11:00:11.243--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPA
[EL Fine]: sql: 2023-10-25 11:00:11.244--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.244--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPA' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPA
Query: DataModifyQuery(sql="DROP TABLE COMPA")
[EL Fine]: sql: 2023-10-25 11:00:11.244--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPC
[EL Fine]: sql: 2023-10-25 11:00:11.244--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.245--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPC' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPC
Query: DataModifyQuery(sql="DROP TABLE COMPC")
[EL Fine]: sql: 2023-10-25 11:00:11.245--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPB
[EL Fine]: sql: 2023-10-25 11:00:11.245--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.246--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPB' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPB
Query: DataModifyQuery(sql="DROP TABLE COMPB")
[EL Fine]: sql: 2023-10-25 11:00:11.246--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPA
[EL Fine]: sql: 2023-10-25 11:00:11.246--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.246--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPA' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPA
Query: DataModifyQuery(sql="DROP TABLE COMPA")
[EL Fine]: sql: 2023-10-25 11:00:11.246--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPC
[EL Fine]: sql: 2023-10-25 11:00:11.247--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.247--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPC' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPC
Query: DataModifyQuery(sql="DROP TABLE COMPC")
[EL Fine]: sql: 2023-10-25 11:00:11.247--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPB
[EL Fine]: sql: 2023-10-25 11:00:11.248--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.248--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPB' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPB
Query: DataModifyQuery(sql="DROP TABLE COMPB")
[EL Fine]: sql: 2023-10-25 11:00:11.248--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPA
[EL Fine]: sql: 2023-10-25 11:00:11.249--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.249--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPA' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPA
Query: DataModifyQuery(sql="DROP TABLE COMPA")
[EL Fine]: sql: 2023-10-25 11:00:11.249--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPC
[EL Fine]: sql: 2023-10-25 11:00:11.25--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.25--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPC' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPC
Query: DataModifyQuery(sql="DROP TABLE COMPC")
[EL Fine]: sql: 2023-10-25 11:00:11.25--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPB
[EL Fine]: sql: 2023-10-25 11:00:11.25--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.251--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPB' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPB
Query: DataModifyQuery(sql="DROP TABLE COMPB")
[EL Fine]: sql: 2023-10-25 11:00:11.251--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPA
[EL Fine]: sql: 2023-10-25 11:00:11.251--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.251--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPA' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPA
Query: DataModifyQuery(sql="DROP TABLE COMPA")
[EL Fine]: sql: 2023-10-25 11:00:11.251--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPC
[EL Fine]: sql: 2023-10-25 11:00:11.252--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.252--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPC' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPC
Query: DataModifyQuery(sql="DROP TABLE COMPC")
[EL Fine]: sql: 2023-10-25 11:00:11.252--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPB
[EL Fine]: sql: 2023-10-25 11:00:11.253--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.253--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPB' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPB
Query: DataModifyQuery(sql="DROP TABLE COMPB")
[EL Fine]: sql: 2023-10-25 11:00:11.253--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPA
[EL Fine]: sql: 2023-10-25 11:00:11.254--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.254--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPA' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPA
Query: DataModifyQuery(sql="DROP TABLE COMPA")
[EL Fine]: sql: 2023-10-25 11:00:11.254--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--DROP TABLE COMPC
[EL Fine]: sql: 2023-10-25 11:00:11.254--ServerSession(1439236530)--Thread(Thread[main,5,main])--VALUES(1)
[EL Warning]: 2023-10-25 11:00:11.255--ServerSession(1439236530)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPC' because it does not exist.
Error Code: 30000
Call: DROP TABLE COMPC
Query: DataModifyQuery(sql="DROP TABLE COMPC")
[EL Fine]: sql: 2023-10-25 11:00:11.255--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--CREATE TABLE COMPB (CLIENT VARCHAR(255) NOT NULL, FK_ENVIRONME VARCHAR(255) NOT NULL, FK_IDENTIFIE INTEGER NOT NULL, RN INTEGER NOT NULL, PRIMARY KEY (CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN))
[EL Fine]: sql: 2023-10-25 11:00:11.258--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--CREATE TABLE COMPA (ENVIRONMENT VARCHAR(255) NOT NULL, IDENTIFIER INTEGER NOT NULL, PRIMARY KEY (ENVIRONMENT, IDENTIFIER))
[EL Fine]: sql: 2023-10-25 11:00:11.26--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--CREATE TABLE COMPC (BTI INTEGER NOT NULL, FK_CLIENT VARCHAR(255) NOT NULL, FK_ENVIRONME VARCHAR(255) NOT NULL, FK_IDENTIFIE INTEGER NOT NULL, FK_RELATIVE INTEGER NOT NULL, FK_USER_ID VARCHAR(255) NOT NULL, PRIMARY KEY (BTI, FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE, FK_USER_ID))
[EL Fine]: sql: 2023-10-25 11:00:11.261--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--ALTER TABLE COMPB ADD CONSTRAINT COMPB_FK_ENVIRONME FOREIGN KEY (FK_ENVIRONME, FK_IDENTIFIE) REFERENCES COMPA (ENVIRONMENT, IDENTIFIER)
[EL Fine]: sql: 2023-10-25 11:00:11.263--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--ALTER TABLE COMPC ADD CONSTRAINT FK_COMPC_FK_CLIENT FOREIGN KEY (FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE) REFERENCES COMPB (CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN)
Beginning tx
[EL Fine]: sql: 2023-10-25 11:00:11.269--ClientSession(1659196546)--Connection(2043658248)--Thread(Thread[main,5,main])--INSERT INTO COMPA (ENVIRONMENT, IDENTIFIER) VALUES (?, ?)
	bind => [1, 1]
[EL Fine]: sql: 2023-10-25 11:00:11.271--ClientSession(1659196546)--Connection(2043658248)--Thread(Thread[main,5,main])--INSERT INTO COMPB (CLIENT, RN, FK_ENVIRONME, FK_IDENTIFIE) VALUES (?, ?, ?, ?)
	bind => [1, 1, 1, 1]
[EL Fine]: sql: 2023-10-25 11:00:11.277--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--SELECT CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN FROM COMPB WHERE (CLIENT = '1')
[EL Fine]: sql: 2023-10-25 11:00:11.283--ClientSession(878641111)--Connection(2043658248)--Thread(Thread[main,5,main])--INSERT INTO COMPC (BTI, FK_USER_ID, FK_CLIENT, FK_ENVIRONME, FK_RELATIVE, FK_IDENTIFIE) VALUES (?, ?, ?, ?, ?, ?)
	bind => [3, 4, 1, 1, 1, 1]
[EL Fine]: sql: 2023-10-25 11:00:11.289--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--SELECT BTI, FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE, FK_USER_ID FROM COMPC WHERE (FK_USER_ID = '4')
[EL Fine]: connection: 2023-10-25 11:00:11.292--ServerSession(1439236530)--Connection(2043658248)--Thread(Thread[main,5,main])--disconnect
[EL Fine]: connection: 2023-10-25 11:00:11.292--ServerSession(1439236530)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2023-10-25 11:00:11.292--ServerSession(1439236530)--Connection(589123865)--Thread(Thread[main,5,main])--disconnect
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.persistence.jpa.compositeid.TestCompositeId
[INFO] Running org.eclipse.persistence.jpa.collection.TestCollectionOperations
[EL Info]: 2023-10-25 11:00:11.298--ServerSession(1402126503)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.persistence.jpa.collection.TestCollectionOperations
[INFO] Running org.eclipse.persistence.jpa.collection.TestEmbeddableKey
[EL Info]: 2023-10-25 11:00:11.345--ServerSession(917818296)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.persistence.jpa.collection.TestEmbeddableKey
[INFO] Running org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable
[EL Info]: 2023-10-25 11:00:11.397--ServerSession(1065968124)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metadata: 2023-10-25 11:00:11.404--ServerSession(1065968124)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping
[EL Info]: 2023-10-25 11:00:11.465--ServerSession(412481534)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable
[INFO] Running org.eclipse.persistence.jpa.embeddable.TestEmbeddable
[EL Info]: 2023-10-25 11:00:11.5--ServerSession(98102770)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metadata: 2023-10-25 11:00:11.503--ServerSession(98102770)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.persistence.jpa.embeddable.TestEmbeddable
[INFO] Running org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable
[EL Info]: 2023-10-25 11:00:11.545--ServerSession(2063596673)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: metadata: 2023-10-25 11:00:11.548--ServerSession(2063596673)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping
[EL Info]: 2023-10-25 11:00:11.58--ServerSession(1735145285)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable
[INFO] Running org.eclipse.persistence.config.TestPropertiesUtils
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.persistence.config.TestPropertiesUtils
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 541, Failures: 0, Errors: 0, Skipped: 15
[INFO] 
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jse-deadlock) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest
Oct 25, 2023 11:00:12 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 4.0.1 (Final)
Oct 25, 2023 11:00:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Oct 25, 2023 11:00:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d33ee3cf-bff3-4e88-aa8f-d203e439b551 initialized
[EL Info]: 2023-10-25 11:00:13.525--ServerSession(653880197)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Warning]: 2023-10-25 11:00:13.74--ServerSession(653880197)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CACHEDEADLOCK_DETAIL' because it does not exist.
Error Code: 30000
Call: DROP TABLE cachedeadlock_detail
Query: DataModifyQuery(sql="DROP TABLE cachedeadlock_detail")
[EL Warning]: 2023-10-25 11:00:13.744--ServerSession(653880197)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CACHEDEADLOCK_MASTER' because it does not exist.
Error Code: 30000
Call: DROP TABLE cachedeadlock_master
Query: DataModifyQuery(sql="DROP TABLE cachedeadlock_master")
[EL Severe]: cache: 2023-10-25 11:00:13.872--Summary current cache key of thread ForkJoinPool.commonPool-worker-11 Stuck thread problem: unique tiny message number (1) 
 The Thread [ForkJoinPool.commonPool-worker-11]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 404545898) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 993521236) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 81) (concurrencyManagerCreationDate: 2023-10-25 11:00:13.788)  (totalNumberOfTimeCacheKeyAcquiredForReading:  18)  (totalNumberOfTimeCacheKeyReleasedForReading:  18)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (3 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-11 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-11 
0 Active locks. The lockManager for this thread is null. 

Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-11 Listing of all DEFERRED Locks.
Thread Name: ForkJoinPool.commonPool-worker-11 
0 deferred locks. The lockManager for this thread is null. 

Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-11 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: ForkJoinPool.commonPool-worker-11 
0 read locks. The lockManager for this thread is null. 


[EL Severe]: cache: 2023-10-25 11:00:13.887--Start full concurrency manager state (massive) dump No: 1
Concurrency manager - Page 01 start - thread dump about all threads at time of event
 "main" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/java.lang.Thread.sleep(Native Method)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest.bugTest(CacheDeadLockDetectionTest.java:70)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566)
        at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
        at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at app//org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
        at app//org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
        at app//org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
        at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
        at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
        at app//org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
        at app//org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
        at app//org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
        at app//org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
        at app//org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
        at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
        at app//org.junit.runners.ParentRunner.run(ParentRunner.java:413)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
        at app//org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
        at app//org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
        at app//org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
        at app//org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)

"Reference Handler" 
   java.lang.Thread.State: RUNNABLE
        at java.base@11.0.11/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
        at java.base@11.0.11/java.lang.ref.Reference.processPendingReferences(Reference.java:241)
        at java.base@11.0.11/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213)

"Finalizer" 
   java.lang.Thread.State: WAITING
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
        at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
        at java.base@11.0.11/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170)

"Signal Dispatcher" 
   java.lang.Thread.State: RUNNABLE

"Common-Cleaner" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
        at java.base@11.0.11/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)

"surefire-forkedjvm-command-thread" 
   java.lang.Thread.State: RUNNABLE
        at java.base@11.0.11/java.io.FileInputStream.readBytes(Native Method)
        at java.base@11.0.11/java.io.FileInputStream.read(FileInputStream.java:279)
        at java.base@11.0.11/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
        at java.base@11.0.11/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
        at java.base@11.0.11/java.io.DataInputStream.readInt(DataInputStream.java:392)
        at app//org.apache.maven.surefire.booter.MasterProcessCommand.decode(MasterProcessCommand.java:113)
        at app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:383)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"ForkJoinPool.commonPool-worker-3" 
   java.lang.Thread.State: RUNNABLE
        at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method)
        at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at app//org.apache.derby.client.net.Reply.fill(Unknown Source)
        at app//org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Unknown Source)
        at app//org.apache.derby.client.net.Reply.readDssHeader(Unknown Source)
        at app//org.apache.derby.client.net.Reply.startSameIdChainParse(Unknown Source)
        at app//org.apache.derby.client.net.NetStatementReply.readExecute(Unknown Source)
        at app//org.apache.derby.client.net.StatementReply.readExecute(Unknown Source)
        at app//org.apache.derby.client.net.NetPreparedStatement.readExecute_(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.readExecute(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.flowExecute(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdateX(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdate(Unknown Source)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
        at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:312)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:899)
        at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:478)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1165)
        at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:88)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:330)
        at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:61)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:813)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:112)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:89)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1776)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4340)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1605)
        at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:288)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242)
        at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:138)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:125)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:166)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$200/0x0000000800499440.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$229/0x00000008004b2040.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$197/0x0000000800406c40.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$221/0x00000008004a5440.get(Unknown Source)
        at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
        at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
        at java.base@11.0.11/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
        at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool.commonPool-worker-5" 
   java.lang.Thread.State: RUNNABLE
        at java.management@11.0.11/java.lang.management.ManagementFactory$PlatformMBeanFinder.lambda$findSingleton$5(ManagementFactory.java:995)
        at java.management@11.0.11/java.lang.management.ManagementFactory$PlatformMBeanFinder$$Lambda$18/0x00000008000a1040.test(Unknown Source)
        at java.base@11.0.11/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:176)
        at java.base@11.0.11/java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1675)
        at java.base@11.0.11/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
        at java.base@11.0.11/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
        at java.base@11.0.11/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
        at java.base@11.0.11/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at java.base@11.0.11/java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:558)
        at java.management@11.0.11/java.lang.management.ManagementFactory$PlatformMBeanFinder.findSingleton(ManagementFactory.java:996)
        at java.management@11.0.11/java.lang.management.ManagementFactory.getPlatformMXBean(ManagementFactory.java:684)
        at java.management@11.0.11/java.lang.management.ManagementFactory.getThreadMXBean(ManagementFactory.java:353)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:907)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1639)
        at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:49)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:959)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:361)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1071)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135)
        at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.getMasterEntityByQuery(EventObserver.java:38)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:28)
        at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:125)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:166)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$200/0x0000000800499440.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$229/0x00000008004b2040.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$197/0x0000000800406c40.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$221/0x00000008004a5440.get(Unknown Source)
        at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
        at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
        at java.base@11.0.11/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
        at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool.commonPool-worker-7" 
   java.lang.Thread.State: RUNNABLE
        at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method)
        at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at app//org.apache.derby.client.net.Reply.fill(Unknown Source)
        at app//org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Unknown Source)
        at app//org.apache.derby.client.net.Reply.readDssHeader(Unknown Source)
        at app//org.apache.derby.client.net.Reply.startSameIdChainParse(Unknown Source)
        at app//org.apache.derby.client.net.NetStatementReply.readExecute(Unknown Source)
        at app//org.apache.derby.client.net.StatementReply.readExecute(Unknown Source)
        at app//org.apache.derby.client.net.NetPreparedStatement.readExecute_(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.readExecute(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.flowExecute(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdateX(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdate(Unknown Source)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
        at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:312)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:899)
        at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:478)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1165)
        at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:88)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:330)
        at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:61)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:813)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:112)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:89)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1776)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4340)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1605)
        at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:288)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242)
        at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:138)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:125)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:166)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$200/0x0000000800499440.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$229/0x00000008004b2040.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$197/0x0000000800406c40.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$221/0x00000008004a5440.get(Unknown Source)
        at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
        at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
        at java.base@11.0.11/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
        at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool.commonPool-worker-9" 
   java.lang.Thread.State: RUNNABLE
        at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method)
        at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at app//org.apache.derby.client.net.Reply.fill(Unknown Source)
        at app//org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Unknown Source)
        at app//org.apache.derby.client.net.Reply.readDssHeader(Unknown Source)
        at app//org.apache.derby.client.net.Reply.startSameIdChainParse(Unknown Source)
        at app//org.apache.derby.client.net.NetStatementReply.readExecute(Unknown Source)
        at app//org.apache.derby.client.net.StatementReply.readExecute(Unknown Source)
        at app//org.apache.derby.client.net.NetPreparedStatement.readExecute_(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.readExecute(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.flowExecute(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdateX(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdate(Unknown Source)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
        at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:312)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:899)
        at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:478)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1165)
        at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:88)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:330)
        at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:61)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:813)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:112)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:89)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1776)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4340)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1605)
        at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:288)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242)
        at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:138)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:125)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:166)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$200/0x0000000800499440.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$229/0x00000008004b2040.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$197/0x0000000800406c40.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$221/0x00000008004a5440.get(Unknown Source)
        at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
        at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
        at java.base@11.0.11/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
        at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool.commonPool-worker-11" 
   java.lang.Thread.State: RUNNABLE
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo1(Native Method)
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDump$1(ConcurrencyUtil.java:937)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$236/0x00000008004b7440.call(Unknown Source)
        at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:167)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDump(ConcurrencyUtil.java:936)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createInformationThreadDump(ConcurrencyUtil.java:966)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep02(ConcurrencyUtil.java:577)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep01(ConcurrencyUtil.java:561)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationIfAppropriate(ConcurrencyUtil.java:483)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:175)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.addCacheKeyToMapWriteLockManagerToCacheKeysThatCouldNotBeAcquired(WriteLockManager.java:736)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocksInternal(WriteLockManager.java:468)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocks(WriteLockManager.java:332)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1724)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1689)
        at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:295)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242)
        at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:138)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:144)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:125)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:166)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:415)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:358)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$200/0x0000000800499440.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:442)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$229/0x00000008004b2040.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:80)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda$197/0x0000000800406c40.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:438)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda$221/0x00000008004a5440.get(Unknown Source)
        at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
        at java.base@11.0.11/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
        at java.base@11.0.11/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
        at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)


Concurrency manager - Page 01 end - thread dump about all threads at time of event
Concurrency manager - Page 02 start - information about threads waiting to acquire (write/deferred) cache keys 
Total number of threads waiting to acquire lock: 1

[currentThreadNumber: 1] [ThreadName: ForkJoinPool.commonPool-worker-11]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 404545898) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 993521236) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 81) (concurrencyManagerCreationDate: 2023-10-25 11:00:13.788)  (totalNumberOfTimeCacheKeyAcquiredForReading:  30)  (totalNumberOfTimeCacheKeyReleasedForReading:  30)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
[methodNameThatGotStuckWaitingToAcquire: It seems, that trace was produced by the THREADS_TO_FAIL_TO_ACQUIRE_CACHE_KEYS - - org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocks(MergeManager, UnitOfWorkChangeSet)] 
Concurrency manager - Page 02 end - information about threads waiting to acquire (write/deferred) cache keys
Concurrency manager - Page 03 start - information about threads waiting to acquire read cache keys 
Total number of threads waiting to acquire read locks: 0 

Concurrency manager - Page 03 end - information about threads waiting to acquire read cache keys
Concurrency manager - Page 04 start - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred) 
Total number of threads waiting to acquire lock: 0 

Concurrency manager - Page 04 end - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred)
Concurrency manager - Page 05 start (currentThreadNumber: 1 of totalNumberOfThreads: 1)  - detailed information about specific thread 
Thread: ForkJoinPool.commonPool-worker-11
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 404545898) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 993521236) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 81) (concurrencyManagerCreationDate: 2023-10-25 11:00:13.788)  (totalNumberOfTimeCacheKeyAcquiredForReading:  31)  (totalNumberOfTimeCacheKeyReleasedForReading:  31)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: true
 writeManagerThreadPrimaryKeysWithChangesToBeMerged list: [1]
Summary of active locks owned by thread ForkJoinPool.commonPool-worker-11 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-11 
0 Active locks. The lockManager for this thread is null. 

Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-11 Listing of all DEFERRED Locks.
Thread Name: ForkJoinPool.commonPool-worker-11 
0 deferred locks. The lockManager for this thread is null. 

 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-11 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: ForkJoinPool.commonPool-worker-11 
0 read locks. The lockManager for this thread is null. 

Concurrency manager - Page 05 end (currentThreadNumber: 1 of totalNumberOfThreads: 1)  - detailed information about specific thread
Concurrency manager - Page 06 start - information about cache keys and threads needing them 
Total number of cacheKeys to describe: 1 

-------------- [currentCacheKeyNumber: 1 of 1]--------------
[currentCacheKeyNumber: 1] [CacheKey: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 404545898) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 993521236) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 81) (concurrencyManagerCreationDate: 2023-10-25 11:00:13.788)  (totalNumberOfTimeCacheKeyAcquiredForReading:  33)  (totalNumberOfTimeCacheKeyReleasedForReading:  32)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) --- ]:
[currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: []
[currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: []
[currentCacheKeyNumber: 1] threadsThatAcquiredReadLock:  []
[currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock:  [ForkJoinPool.commonPool-worker-11]
[currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLockForReading:  []
[currentCacheKeyNumber: 1] threads doing object building with root on this cache key (not yet supported)...

Concurrency manager - Page 06 end - information about cache keys and threads needing them
Concurrency manager - Page 07 start - dead lock explanation
We were not able to determine to determine a set of threads that went into dead lock.deadlock algorithm took 2 ms to try to find deadlock.
Concurrency manager - Page 07 end - dead lock explanation
End full concurrency manager state (massive) dump No: 1

##########################Test with semaphores - begin###########################
[EL Info]: 2023-10-25 11:00:20.871--ServerSession(252247502)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251054
[EL Severe]: cache: 2023-10-25 11:00:20.966--Summary current cache key of thread pool-2-thread-98 Stuck thread problem: unique tiny message number (2) 
 The Thread [pool-2-thread-98]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (4 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-98 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-98 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-98 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-98 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-98 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-98 
0 read locks. The lockManager for this thread is null. 


[EL Severe]: cache: 2023-10-25 11:00:21.0--Start full concurrency manager state (massive) dump No: 2
Concurrency manager - Page 01 start - thread dump about all threads at time of event
 "main" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.awaitTermination(ThreadPoolExecutor.java:1454)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest.threadExecution(CacheDeadLockDetectionTest.java:91)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest.bugTest(CacheDeadLockDetectionTest.java:77)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base@11.0.11/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base@11.0.11/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base@11.0.11/java.lang.reflect.Method.invoke(Method.java:566)
        at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
        at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at app//org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
        at app//org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
        at app//org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
        at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
        at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
        at app//org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
        at app//org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
        at app//org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
        at app//org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
        at app//org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
        at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
        at app//org.junit.runners.ParentRunner.run(ParentRunner.java:413)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
        at app//org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
        at app//org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
        at app//org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
        at app//org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)

"Reference Handler" 
   java.lang.Thread.State: RUNNABLE
        at java.base@11.0.11/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
        at java.base@11.0.11/java.lang.ref.Reference.processPendingReferences(Reference.java:241)
        at java.base@11.0.11/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213)

"Finalizer" 
   java.lang.Thread.State: WAITING
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
        at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
        at java.base@11.0.11/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170)

"Signal Dispatcher" 
   java.lang.Thread.State: RUNNABLE

"Common-Cleaner" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at java.base@11.0.11/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
        at java.base@11.0.11/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)

"surefire-forkedjvm-command-thread" 
   java.lang.Thread.State: RUNNABLE
        at java.base@11.0.11/java.io.FileInputStream.readBytes(Native Method)
        at java.base@11.0.11/java.io.FileInputStream.read(FileInputStream.java:279)
        at java.base@11.0.11/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
        at java.base@11.0.11/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
        at java.base@11.0.11/java.io.DataInputStream.readInt(DataInputStream.java:392)
        at app//org.apache.maven.surefire.booter.MasterProcessCommand.decode(MasterProcessCommand.java:113)
        at app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:383)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"ForkJoinPool.commonPool-worker-3" 
   java.lang.Thread.State: WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
        at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool.commonPool-worker-5" 
   java.lang.Thread.State: WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
        at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool.commonPool-worker-7" 
   java.lang.Thread.State: WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
        at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool.commonPool-worker-9" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:275)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1619)
        at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool.commonPool-worker-11" 
   java.lang.Thread.State: WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.11/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
        at java.base@11.0.11/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"pool-2-thread-1" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-2" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-3" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-4" 
   java.lang.Thread.State: BLOCKED
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
        at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
        at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
        at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-5" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-6" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-7" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-8" 
   java.lang.Thread.State: RUNNABLE
        at java.base@11.0.11/java.net.SocketInputStream.socketRead0(Native Method)
        at java.base@11.0.11/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base@11.0.11/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at app//org.apache.derby.client.net.Reply.fill(Unknown Source)
        at app//org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Unknown Source)
        at app//org.apache.derby.client.net.Reply.readDssHeader(Unknown Source)
        at app//org.apache.derby.client.net.Reply.startSameIdChainParse(Unknown Source)
        at app//org.apache.derby.client.net.NetStatementReply.readOpenQuery(Unknown Source)
        at app//org.apache.derby.client.net.StatementReply.readOpenQuery(Unknown Source)
        at app//org.apache.derby.client.net.NetStatement.readOpenQuery_(Unknown Source)
        at app//org.apache.derby.client.am.ClientStatement.readOpenQuery(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.flowExecute(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeQueryX(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeQuery(Unknown Source)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
        at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813)
        at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912)
        at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-9" 
   java.lang.Thread.State: BLOCKED
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
        at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
        at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
        at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-10" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-11" 
   java.lang.Thread.State: BLOCKED
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
        at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
        at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
        at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-12" 
   java.lang.Thread.State: BLOCKED
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseReadLock(ConcurrencyManager.java:696)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseReadLock(CacheKey.java:502)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1115)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1024)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-13" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-14" 
   java.lang.Thread.State: BLOCKED
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
        at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
        at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
        at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-15" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-16" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-17" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-18" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-19" 
   java.lang.Thread.State: BLOCKED
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
        at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
        at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
        at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-20" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-21" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-22" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-23" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-24" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-25" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-26" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-27" 
   java.lang.Thread.State: BLOCKED
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseReadLock(ConcurrencyManager.java:696)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseReadLock(CacheKey.java:502)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1115)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135)
        at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-28" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-29" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-30" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-31" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-32" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-33" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-34" 
   java.lang.Thread.State: RUNNABLE
        at app//org.apache.derby.client.am.ClientResultSet.getString(Unknown Source)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.getObjectThroughOptimizedDataConversion(DatabaseAccessor.java:1369)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.getObject(DatabaseAccessor.java:1283)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.fetchRow(DatabaseAccessor.java:1092)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.processResultSet(DatabaseAccessor.java:760)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:673)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
        at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813)
        at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912)
        at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-35" 
   java.lang.Thread.State: RUNNABLE
        at app//org.apache.derby.client.net.NetCursor.parseSQLCAXGRP(Unknown Source)
        at app//org.apache.derby.client.net.NetCursor.parseSQLCAGRP(Unknown Source)
        at app//org.apache.derby.client.net.NetCursor.parseSQLCARD(Unknown Source)
        at app//org.apache.derby.client.net.NetCursor.calculateColumnOffsetsForRow_(Unknown Source)
        at app//org.apache.derby.client.am.Cursor.stepNext(Unknown Source)
        at app//org.apache.derby.client.am.Cursor.next(Unknown Source)
        at app//org.apache.derby.client.am.ClientResultSet.nextX(Unknown Source)
        at app//org.apache.derby.client.am.ClientResultSet.next(Unknown Source)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.processResultSet(DatabaseAccessor.java:762)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:673)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
        at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813)
        at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912)
        at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-36" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-37" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-38" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-39" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-40" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-41" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-42" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-43" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-44" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-45" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-46" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-47" 
   java.lang.Thread.State: RUNNABLE
        at app//org.apache.derby.client.am.SectionManager.mapCursorNameToResultSet(Unknown Source)
        at app//org.apache.derby.client.am.ClientStatement.mapCursorNameToResultSet(Unknown Source)
        at app//org.apache.derby.client.am.ClientStatement.setupCursorNameCacheAndMappings(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.flowExecute(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeQueryX(Unknown Source)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeQuery(Unknown Source)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1024)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:660)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
        at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813)
        at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912)
        at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-48" 
   java.lang.Thread.State: RUNNABLE
        at app//org.apache.derby.client.net.NetConnectionReply.parseSQLCARD(Unknown Source)
        at app//org.apache.derby.client.net.NetConnectionReply.parseRDBCMMreply(Unknown Source)
        at app//org.apache.derby.client.net.NetConnectionReply.readLocalCommit(Unknown Source)
        at app//org.apache.derby.client.net.ConnectionReply.readLocalCommit(Unknown Source)
        at app//org.apache.derby.client.net.NetConnection.readLocalCommit_(Unknown Source)
        at app//org.apache.derby.client.am.ClientConnection.readCommit(Unknown Source)
        at app//org.apache.derby.client.am.ClientConnection.flowCommit(Unknown Source)
        at app//org.apache.derby.client.am.ClientConnection.flowAutoCommit(Unknown Source)
        at app//org.apache.derby.client.am.ClientStatement.resultSetCommitting(Unknown Source)
        at app//org.apache.derby.client.am.ClientStatement.resultSetCommitting(Unknown Source)
        at app//org.apache.derby.client.am.ClientResultSet.nextX(Unknown Source)
        at app//org.apache.derby.client.am.ClientResultSet.next(Unknown Source)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.processResultSet(DatabaseAccessor.java:762)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:673)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2051)
        at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:280)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:266)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectOneRow(DatasourceCallQueryMechanism.java:813)
        at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2912)
        at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2865)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-49" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-50" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-51" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-52" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-53" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-54" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-55" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-56" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-57" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-58" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-59" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-60" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-61" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-62" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-63" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-64" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-65" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-66" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-67" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-68" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-69" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-70" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-71" 
   java.lang.Thread.State: BLOCKED
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
        at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
        at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
        at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-72" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-73" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-74" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-75" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-76" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-77" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-78" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-79" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-80" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-81" 
   java.lang.Thread.State: BLOCKED
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
        at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
        at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
        at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-82" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-83" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-84" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-85" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-86" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-87" 
   java.lang.Thread.State: BLOCKED
        at java.base@11.0.11/java.lang.Object.wait(Native Method)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:277)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
        at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
        at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
        at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-88" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-89" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-90" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-91" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-92" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-93" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-94" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-95" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-96" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-97" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-98" 
   java.lang.Thread.State: RUNNABLE
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo1(Native Method)
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDump$1(ConcurrencyUtil.java:937)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$236/0x00000008004b7440.call(Unknown Source)
        at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:167)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDump(ConcurrencyUtil.java:936)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createInformationThreadDump(ConcurrencyUtil.java:966)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep02(ConcurrencyUtil.java:577)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep01(ConcurrencyUtil.java:561)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationIfAppropriate(ConcurrencyUtil.java:483)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:175)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:278)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
        at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
        at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
        at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-99" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)

"pool-2-thread-100" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@11.0.11/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.11/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415)
        at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)


Concurrency manager - Page 01 end - thread dump about all threads at time of event
Concurrency manager - Page 02 start - information about threads waiting to acquire (write/deferred) cache keys 
Total number of threads waiting to acquire lock: 9

[currentThreadNumber: 1] [ThreadName: pool-2-thread-98]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
[methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] 
[currentThreadNumber: 2] [ThreadName: pool-2-thread-11]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
[methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] 
[currentThreadNumber: 3] [ThreadName: pool-2-thread-87]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
[methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] 
[currentThreadNumber: 4] [ThreadName: pool-2-thread-19]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
[methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] 
[currentThreadNumber: 5] [ThreadName: pool-2-thread-4]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
[methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] 
[currentThreadNumber: 6] [ThreadName: pool-2-thread-9]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
[methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] 
[currentThreadNumber: 7] [ThreadName: pool-2-thread-81]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
[methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] 
[currentThreadNumber: 8] [ThreadName: pool-2-thread-71]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
[methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] 
[currentThreadNumber: 9] [ThreadName: pool-2-thread-14]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
[methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(...)] 
Concurrency manager - Page 02 end - information about threads waiting to acquire (write/deferred) cache keys
Concurrency manager - Page 03 start - information about threads waiting to acquire read cache keys 
Total number of threads waiting to acquire read locks: 0 

Concurrency manager - Page 03 end - information about threads waiting to acquire read cache keys
Concurrency manager - Page 04 start - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred) 
Total number of threads waiting to acquire lock: 0 

Concurrency manager - Page 04 end - information about threads waiting on release deferred locks (waiting for other thread to finish building the objects deferred)
Concurrency manager - Page 05 start (currentThreadNumber: 1 of totalNumberOfThreads: 11)  - detailed information about specific thread 
Thread: pool-2-thread-98
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-2-thread-98 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-98 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-98 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-98 
0 Deferred locks.
 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread pool-2-thread-98 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-98 
0 read locks. The lockManager for this thread is null. 

Concurrency manager - Page 05 end (currentThreadNumber: 1 of totalNumberOfThreads: 11)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 2 of totalNumberOfThreads: 11)  - detailed information about specific thread 
Thread: pool-2-thread-11
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-2-thread-11 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-11 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-11 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-11 
0 Deferred locks.
 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread pool-2-thread-11 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-11 
0 read locks. The lockManager for this thread is null. 

Concurrency manager - Page 05 end (currentThreadNumber: 2 of totalNumberOfThreads: 11)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 3 of totalNumberOfThreads: 11)  - detailed information about specific thread 
Thread: pool-2-thread-87
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-2-thread-87 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-87 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-87 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-87 
0 Deferred locks.
 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread pool-2-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-87 
0 read locks. The lockManager for this thread is null. 

Concurrency manager - Page 05 end (currentThreadNumber: 3 of totalNumberOfThreads: 11)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 4 of totalNumberOfThreads: 11)  - detailed information about specific thread 
Thread: pool-2-thread-27
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: false
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-2-thread-27 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-27 
0 Active locks. The lockManager for this thread is null. 

Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-27 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-27 
0 deferred locks. The lockManager for this thread is null. 

 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread pool-2-thread-27 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-27 
2 Read locks.
Read lock nr: 1 , Read cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1327981886) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 638279672) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 339) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.903)  (totalNumberOfTimeCacheKeyAcquiredForReading:  10)  (totalNumberOfTimeCacheKeyReleasedForReading:  8)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

Read lock nr: 2 , Read cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---


Listing of all READ Locks. Step 002 - fat-detailed information about all read locks acquired:Read locks acquired by thread: pool-2-thread-27 with id: 272 never released.
number of never released read locks: 2
Read lock nr: 1 Read lock Cache Key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1327981886) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 638279672) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 339) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.903)  (totalNumberOfTimeCacheKeyAcquiredForReading:  10)  (totalNumberOfTimeCacheKeyReleasedForReading:  8)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
Read lock nr: 1 dateOfReadLockAcquisition: 2023-10-25 11:00:20.965
Read lock nr: 1 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 1
Read lock nr: 1 currentThreadStackTraceInformationCpuTimeCostMs: 5
Read lock nr: 1 Stack trace id: 1 Start
Read lock nr: 1 stackTraceInformation: "pool-2-thread-27" 
   java.lang.Thread.State: RUNNABLE
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo1(Native Method)
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:909)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$190/0x0000000800406840.call(Unknown Source)
        at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:167)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:908)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1639)
        at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:49)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:959)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:361)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:373)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.checkAndLockObject(WriteLockManager.java:580)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.traverseRelatedLocks(WriteLockManager.java:308)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:237)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135)
        at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)


Read lock nr: 1 Stack trace id: 1 End


Read lock nr: 2 Read lock Cache Key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
Read lock nr: 2 dateOfReadLockAcquisition: 2023-10-25 11:00:20.959
Read lock nr: 2 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 1
Read lock nr: 2 currentThreadStackTraceInformationCpuTimeCostMs: 1
Read lock nr: 2 Stack trace id: 2 Start
Read lock nr: 2 stackTraceInformation: "pool-2-thread-27" 
   java.lang.Thread.State: RUNNABLE
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo1(Native Method)
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:909)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$190/0x0000000800406840.call(Unknown Source)
        at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:167)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:908)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1639)
        at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:49)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:959)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:361)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:373)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135)
        at app//org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)


Read lock nr: 2 Stack trace id: 2 End



Read locks problems detected by thread: pool-2-thread-27 during release read locks
0 removeReadLockProblemsDetected.

Concurrency manager - Page 05 end (currentThreadNumber: 4 of totalNumberOfThreads: 11)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 5 of totalNumberOfThreads: 11)  - detailed information about specific thread 
Thread: pool-2-thread-19
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-2-thread-19 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-19 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-19 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-19 
0 Deferred locks.
 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread pool-2-thread-19 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-19 
0 read locks. The lockManager for this thread is null. 

Concurrency manager - Page 05 end (currentThreadNumber: 5 of totalNumberOfThreads: 11)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 6 of totalNumberOfThreads: 11)  - detailed information about specific thread 
Thread: pool-2-thread-4
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-2-thread-4 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-4 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-4 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-4 
0 Deferred locks.
 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread pool-2-thread-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-4 
0 read locks. The lockManager for this thread is null. 

Concurrency manager - Page 05 end (currentThreadNumber: 6 of totalNumberOfThreads: 11)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 7 of totalNumberOfThreads: 11)  - detailed information about specific thread 
Thread: pool-2-thread-9
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-2-thread-9 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-9 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-9 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-9 
0 Deferred locks.
 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread pool-2-thread-9 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-9 
0 read locks. The lockManager for this thread is null. 

Concurrency manager - Page 05 end (currentThreadNumber: 7 of totalNumberOfThreads: 11)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 8 of totalNumberOfThreads: 11)  - detailed information about specific thread 
Thread: pool-2-thread-81
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-2-thread-81 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-81 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-81 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-81 
0 Deferred locks.
 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread pool-2-thread-81 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-81 
0 read locks. The lockManager for this thread is null. 

Concurrency manager - Page 05 end (currentThreadNumber: 8 of totalNumberOfThreads: 11)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 9 of totalNumberOfThreads: 11)  - detailed information about specific thread 
Thread: pool-2-thread-12
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: false
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-2-thread-12 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-12 
0 Active locks. The lockManager for this thread is null. 

Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-12 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-12 
0 deferred locks. The lockManager for this thread is null. 

 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread pool-2-thread-12 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-12 
2 Read locks.
Read lock nr: 1 , Read cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1327981886) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 638279672) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 339) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.903)  (totalNumberOfTimeCacheKeyAcquiredForReading:  10)  (totalNumberOfTimeCacheKeyReleasedForReading:  8)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

Read lock nr: 2 , Read cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---


Listing of all READ Locks. Step 002 - fat-detailed information about all read locks acquired:Read locks acquired by thread: pool-2-thread-12 with id: 242 never released.
number of never released read locks: 2
Read lock nr: 1 Read lock Cache Key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1327981886) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 638279672) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 339) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.903)  (totalNumberOfTimeCacheKeyAcquiredForReading:  10)  (totalNumberOfTimeCacheKeyReleasedForReading:  8)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
Read lock nr: 1 dateOfReadLockAcquisition: 2023-10-25 11:00:20.958
Read lock nr: 1 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 0
Read lock nr: 1 currentThreadStackTraceInformationCpuTimeCostMs: 3
Read lock nr: 1 Stack trace id: 3 Start
Read lock nr: 1 stackTraceInformation: "pool-2-thread-12" 
   java.lang.Thread.State: RUNNABLE
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo1(Native Method)
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:909)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$190/0x0000000800406840.call(Unknown Source)
        at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:167)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:908)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1639)
        at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:49)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:959)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:361)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:373)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.checkAndLockObject(WriteLockManager.java:580)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.traverseRelatedLocks(WriteLockManager.java:308)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:237)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1024)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)


Read lock nr: 1 Stack trace id: 3 End


Read lock nr: 2 Read lock Cache Key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
Read lock nr: 2 dateOfReadLockAcquisition: 2023-10-25 11:00:20.955
Read lock nr: 2 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 0
Read lock nr: 2 currentThreadStackTraceInformationCpuTimeCostMs: 5
Read lock nr: 2 Stack trace id: 4 Start
Read lock nr: 2 stackTraceInformation: "pool-2-thread-12" 
   java.lang.Thread.State: RUNNABLE
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo1(Native Method)
        at java.management@11.0.11/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:909)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda$190/0x0000000800406840.call(Unknown Source)
        at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:167)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:908)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1639)
        at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:49)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:959)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:361)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLockNoWait(ConcurrencyManager.java:373)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLockNoWait(CacheKey.java:304)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLockAndRelatedLocks(WriteLockManager.java:222)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireLocksForClone(WriteLockManager.java:149)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1068)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1024)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)


Read lock nr: 2 Stack trace id: 4 End



Read locks problems detected by thread: pool-2-thread-12 during release read locks
0 removeReadLockProblemsDetected.

Concurrency manager - Page 05 end (currentThreadNumber: 9 of totalNumberOfThreads: 11)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 10 of totalNumberOfThreads: 11)  - detailed information about specific thread 
Thread: pool-2-thread-71
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-2-thread-71 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-71 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-71 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-71 
0 Deferred locks.
 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread pool-2-thread-71 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-71 
0 read locks. The lockManager for this thread is null. 

Concurrency manager - Page 05 end (currentThreadNumber: 10 of totalNumberOfThreads: 11)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 11 of totalNumberOfThreads: 11)  - detailed information about specific thread 
Thread: pool-2-thread-14
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-2-thread-14 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-14 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-14 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-14 
0 Deferred locks.
 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread pool-2-thread-14 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-14 
0 read locks. The lockManager for this thread is null. 

Concurrency manager - Page 05 end (currentThreadNumber: 11 of totalNumberOfThreads: 11)  - detailed information about specific thread
Concurrency manager - Page 06 start - information about cache keys and threads needing them 
Total number of cacheKeys to describe: 1 

-------------- [currentCacheKeyNumber: 1 of 1]--------------
[currentCacheKeyNumber: 1] [CacheKey: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1327981886) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 638279672) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 339) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.903)  (totalNumberOfTimeCacheKeyAcquiredForReading:  10)  (totalNumberOfTimeCacheKeyReleasedForReading:  8)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) --- ]:
[currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: []
[currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: []
[currentCacheKeyNumber: 1] threadsThatAcquiredReadLock:  [pool-2-thread-27, pool-2-thread-27, pool-2-thread-12, pool-2-thread-12]
[currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock:  [pool-2-thread-98, pool-2-thread-11, pool-2-thread-87, pool-2-thread-19, pool-2-thread-4, pool-2-thread-9, pool-2-thread-81, pool-2-thread-71, pool-2-thread-14]
[currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLockForReading:  []
[currentCacheKeyNumber: 1] threads doing object building with root on this cache key (not yet supported)...

Concurrency manager - Page 06 end - information about cache keys and threads needing them
Concurrency manager - Page 07 start - dead lock explanation
We were not able to determine to determine a set of threads that went into dead lock.deadlock algorithm took 0 ms to try to find deadlock.
Concurrency manager - Page 07 end - dead lock explanation
End full concurrency manager state (massive) dump No: 2

[EL Severe]: cache: 2023-10-25 11:00:21.028--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-98,5,main]"
[EL Warning]: 2023-10-25 11:00:21.029--UnitOfWork(891305152)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-98 Stuck thread problem: unique tiny message number (2) 
 The Thread [pool-2-thread-98]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (4 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-98 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-98 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-98 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-98 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-98 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-98 
0 read locks. The lockManager for this thread is null. 

]
Exception in thread "pool-2-thread-98" [EL Severe]: cache: 2023-10-25 11:00:21.031--Summary current cache key of thread pool-2-thread-71 Stuck thread problem: unique tiny message number (3) 
 The Thread [pool-2-thread-71]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (74 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-71 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-71 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-71 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-71 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-71 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-71 
0 read locks. The lockManager for this thread is null. 


jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-98 Stuck thread problem: unique tiny message number (2) 
 The Thread [pool-2-thread-98]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (4 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-98 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-98 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-98 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-98 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-98 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-98 
0 read locks. The lockManager for this thread is null. 

]
[EL Severe]: cache: 2023-10-25 11:00:21.031--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-71,5,main]"
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:829)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
[EL Warning]: 2023-10-25 11:00:21.031--UnitOfWork(891305152)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-71 Stuck thread problem: unique tiny message number (3) 
 The Thread [pool-2-thread-71]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (74 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-71 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-71 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-71 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-71 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-71 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-71 
0 read locks. The lockManager for this thread is null. 

]
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-98 Stuck thread problem: unique tiny message number (2) 
 The Thread [pool-2-thread-98]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (4 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-98 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-98 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-98 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-98 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-98 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-98 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
Exception in thread "pool-2-thread-71" 	at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
	at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
	at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
	at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
	at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
[EL Severe]: cache: 2023-10-25 11:00:21.032--Summary current cache key of thread pool-2-thread-19 Stuck thread problem: unique tiny message number (4) 
 The Thread [pool-2-thread-19]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (76 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-19 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-19 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-19 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-19 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-19 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-19 
0 read locks. The lockManager for this thread is null. 


	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
	at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
	at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
[EL Severe]: cache: 2023-10-25 11:00:21.033--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-19,5,main]"
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
	... 6 more
[EL Warning]: 2023-10-25 11:00:21.033--UnitOfWork(891305152)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-19 Stuck thread problem: unique tiny message number (4) 
 The Thread [pool-2-thread-19]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (76 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-19 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-19 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-19 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-19 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-19 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-19 
0 read locks. The lockManager for this thread is null. 

]
jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-71 Stuck thread problem: unique tiny message number (3) 
 The Thread [pool-2-thread-71]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (74 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-71 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-71 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-71 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-71 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-71 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-71 
0 read locks. The lockManager for this thread is null. 

]
Exception in thread "pool-2-thread-19" 	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:829)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-71 Stuck thread problem: unique tiny message number (3) 
 The Thread [pool-2-thread-71]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (74 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-71 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-71 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-71 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-71 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-71 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-71 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
	at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
	at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
	at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
	at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
	at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
	at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
	... 6 more
jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-19 Stuck thread problem: unique tiny message number (4) 
 The Thread [pool-2-thread-19]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (76 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-19 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-19 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-19 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-19 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-19 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-19 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:829)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-19 Stuck thread problem: unique tiny message number (4) 
 The Thread [pool-2-thread-19]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (76 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-19 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-19 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-19 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-19 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-19 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-19 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
	at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
	at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
	at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
	at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
	at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
	at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
	... 6 more
[EL Severe]: cache: 2023-10-25 11:00:21.058--Summary current cache key of thread pool-2-thread-9 Stuck thread problem: unique tiny message number (5) 
 The Thread [pool-2-thread-9]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (80 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-9 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-9 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-9 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-9 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-9 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-9 
0 read locks. The lockManager for this thread is null. 


[EL Severe]: cache: 2023-10-25 11:00:21.058--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-9,5,main]"
[EL Warning]: 2023-10-25 11:00:21.058--UnitOfWork(891305152)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-9 Stuck thread problem: unique tiny message number (5) 
 The Thread [pool-2-thread-9]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (80 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-9 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-9 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-9 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-9 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-9 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-9 
0 read locks. The lockManager for this thread is null. 

]
Exception in thread "pool-2-thread-9" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-9 Stuck thread problem: unique tiny message number (5) 
 The Thread [pool-2-thread-9]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (80 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-9 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-9 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-9 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-9 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-9 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-9 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:829)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-9 Stuck thread problem: unique tiny message number (5) 
 The Thread [pool-2-thread-9]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (80 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-9 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-9 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-9 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-9 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-9 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-9 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
	at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
	at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
	at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
	at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
	at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
	at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
[EL Severe]: cache: 2023-10-25 11:00:21.059--Summary current cache key of thread pool-2-thread-87 Stuck thread problem: unique tiny message number (6) 
 The Thread [pool-2-thread-87]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (103 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-87 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-87 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-87 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-87 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-87 
0 read locks. The lockManager for this thread is null. 


	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
	... 6 more
[EL Severe]: cache: 2023-10-25 11:00:21.06--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-87,5,main]"
[EL Warning]: 2023-10-25 11:00:21.06--UnitOfWork(891305152)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-87 Stuck thread problem: unique tiny message number (6) 
 The Thread [pool-2-thread-87]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (103 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-87 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-87 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-87 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-87 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-87 
0 read locks. The lockManager for this thread is null. 

]
Exception in thread "pool-2-thread-87" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-87 Stuck thread problem: unique tiny message number (6) 
 The Thread [pool-2-thread-87]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (103 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-87 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-87 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-87 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-87 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-87 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:829)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
[EL Severe]: cache: 2023-10-25 11:00:21.061--Summary current cache key of thread pool-2-thread-81 Stuck thread problem: unique tiny message number (7) 
 The Thread [pool-2-thread-81]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (105 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-81 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-81 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-81 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-81 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-81 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-81 
0 read locks. The lockManager for this thread is null. 


Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-87 Stuck thread problem: unique tiny message number (6) 
 The Thread [pool-2-thread-87]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (103 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-87 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-87 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-87 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-87 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-87 
0 read locks. The lockManager for this thread is null. 

]
[EL Severe]: cache: 2023-10-25 11:00:21.061--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-81,5,main]"
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
	at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
	at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
	at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
	at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
[EL Warning]: 2023-10-25 11:00:21.062--UnitOfWork(891305152)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-81 Stuck thread problem: unique tiny message number (7) 
 The Thread [pool-2-thread-81]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (105 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-81 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-81 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-81 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-81 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-81 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-81 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
Exception in thread "pool-2-thread-81" 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
	at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
	at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
	... 6 more
[EL Severe]: cache: 2023-10-25 11:00:21.063--Summary current cache key of thread pool-2-thread-4 Stuck thread problem: unique tiny message number (8) 
 The Thread [pool-2-thread-4]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (107 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-4 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-4 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-4 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-4 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-4 
0 read locks. The lockManager for this thread is null. 


jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-81 Stuck thread problem: unique tiny message number (7) 
 The Thread [pool-2-thread-81]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (105 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-81 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-81 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-81 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-81 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-81 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-81 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
[EL Severe]: cache: 2023-10-25 11:00:21.063--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-4,5,main]"
	at java.base/java.lang.Thread.run(Thread.java:829)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-81 Stuck thread problem: unique tiny message number (7) 
 The Thread [pool-2-thread-81]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (105 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-81 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-81 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-81 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-81 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-81 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-81 
0 read locks. The lockManager for this thread is null. 

]
[EL Warning]: 2023-10-25 11:00:21.064--UnitOfWork(891305152)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-4 Stuck thread problem: unique tiny message number (8) 
 The Thread [pool-2-thread-4]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (107 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-4 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-4 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-4 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-4 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-4 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
	at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
	at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
Exception in thread "pool-2-thread-4" 	at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
	at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
[EL Severe]: cache: 2023-10-25 11:00:21.064--Summary current cache key of thread pool-2-thread-11 Stuck thread problem: unique tiny message number (9) 
 The Thread [pool-2-thread-11]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (109 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-11 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-11 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-11 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-11 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-11 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-11 
0 read locks. The lockManager for this thread is null. 


	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
	at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
	at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
[EL Severe]: cache: 2023-10-25 11:00:21.064--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-11,5,main]"
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
	... 6 more
[EL Warning]: 2023-10-25 11:00:21.065--UnitOfWork(891305152)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-11 Stuck thread problem: unique tiny message number (9) 
 The Thread [pool-2-thread-11]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (109 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-11 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-11 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-11 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-11 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-11 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-11 
0 read locks. The lockManager for this thread is null. 

]
jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-4 Stuck thread problem: unique tiny message number (8) 
 The Thread [pool-2-thread-4]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (107 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-4 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-4 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-4 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-4 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-4 
0 read locks. The lockManager for this thread is null. 

]
Exception in thread "pool-2-thread-11" 	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:829)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-4 Stuck thread problem: unique tiny message number (8) 
 The Thread [pool-2-thread-4]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (107 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-4 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-4 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-4 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-4 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-4 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
	at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
	at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
	at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
	at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
[EL Severe]: cache: 2023-10-25 11:00:21.065--Summary current cache key of thread pool-2-thread-14 Stuck thread problem: unique tiny message number (10) 
 The Thread [pool-2-thread-14]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (109 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-14 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-14 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-14 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-14 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-14 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-14 
0 read locks. The lockManager for this thread is null. 


	at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
	at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
[EL Severe]: cache: 2023-10-25 11:00:21.066--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[pool-2-thread-14,5,main]"
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
	... 6 more
jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-11 Stuck thread problem: unique tiny message number (9) 
 The Thread [pool-2-thread-11]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (109 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-11 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-11 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-11 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-11 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-11 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-11 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:829)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
[EL Warning]: 2023-10-25 11:00:21.066--UnitOfWork(891305152)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-14 Stuck thread problem: unique tiny message number (10) 
 The Thread [pool-2-thread-14]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (109 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-14 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-14 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-14 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-14 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-14 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-14 
0 read locks. The lockManager for this thread is null. 

]
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-11 Stuck thread problem: unique tiny message number (9) 
 The Thread [pool-2-thread-11]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (109 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-11 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-11 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-11 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-11 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-11 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-11 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
	at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
	at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
	at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
	at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
Exception in thread "pool-2-thread-14" 	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
##########################Test with semaphores - end###########################
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
	at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
	at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
	... 6 more
jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-14 Stuck thread problem: unique tiny message number (10) 
 The Thread [pool-2-thread-14]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (109 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-14 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-14 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-14 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-14 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-14 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-14 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:829)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202310251054): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-2-thread-14 Stuck thread problem: unique tiny message number (10) 
 The Thread [pool-2-thread-14]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1458884347) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1176805559) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 342) (concurrencyManagerCreationDate: 2023-10-25 11:00:20.946)  (totalNumberOfTimeCacheKeyAcquiredForReading:  2)  (totalNumberOfTimeCacheKeyReleasedForReading:  0)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (109 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-2-thread-14 Listing of all ACTIVE Locks.
Thread Name: pool-2-thread-14 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-2-thread-14 Listing of all DEFERRED Locks.
Thread Name: pool-2-thread-14 
0 Deferred locks.
Summary of read locks acquired by thread pool-2-thread-14 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-2-thread-14 
0 read locks. The lockManager for this thread is null. 

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:285)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223)
	at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:91)
	at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151)
	at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93)
	at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5230)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1074)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1008)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:961)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:843)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:798)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:776)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:863)
	at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896)
	at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1236)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
	... 6 more
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.816 s - in org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest
Weld SE container d33ee3cf-bff3-4e88-aa8f-d203e439b551 shut down by shutdown hook
[EL Severe]: cache: 2023-10-25 11:00:21.081--Summary current cache key of thread ForkJoinPool.commonPool-worker-7 Stuck thread problem: unique tiny message number (11) 
 The Thread [ForkJoinPool.commonPool-worker-7]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 404545898) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 993521236) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1)  (concurrencyManagerId: 81) (concurrencyManagerCreationDate: 2023-10-25 11:00:13.788)  (totalNumberOfTimeCacheKeyAcquiredForReading:  144)  (totalNumberOfTimeCacheKeyReleasedForReading:  144)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (3 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-7 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-7 
0 Active locks. The lockManager for this thread is null. 

Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-7 Listing of all DEFERRED Locks.
Thread Name: ForkJoinPool.commonPool-worker-7 
0 deferred locks. The lockManager for this thread is null. 

Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-7 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: ForkJoinPool.commonPool-worker-7 
0 read locks. The lockManager for this thread is null. 


[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Wed Oct 25 11:00:21 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >---
[INFO] Building EclipseLink JPA Spring Test 3.0.5-SNAPSHOT              [33/39]
[INFO]   from jpa/eclipselink.jpa.spring.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231621686
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] Copying 17 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Wed Oct 25 11:00:21 UTC 2023 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused (Connection refused)
Wed Oct 25 11:00:21 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-local) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-container) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Wed Oct 25 11:00:22 UTC 2023 : Apache Derby Network Server - 10.14.2.0 - (1828579) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >----
[INFO] Building EclipseLink JPA WDF Test 3.0.5-SNAPSHOT                 [34/39]
[INFO]   from jpa/eclipselink.jpa.wdf.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)'
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231622929
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/classes
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-tests.jar.xml
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'org.eclipse.persistence:org.eclipse.persistence.core:test-jar'

[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-wdf-local) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >-----
[INFO] Building EclipseLink Oracle Extension Test 3.0.5-SNAPSHOT        [35/39]
[INFO]   from foundation/org.eclipse.persistence.oracle.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231623196
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/test/resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.test ---
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.test:java-source:test-sources:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.oracle.test >--
[INFO] Building EclipseLink DBWS Test Oracle 3.0.5-SNAPSHOT             [36/39]
[INFO]   from dbws/eclipselink.dbws.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231623363
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/src/test/resources
[INFO] Copying 6 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle 3.0.5-SNAPSHOT     [37/39]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231623507
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/src/test/resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle Server 3.0.5-SNAPSHOT [38/39]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231627308
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/test/resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >--
[INFO] Building EclipseLink Package Signature Compare Utility 3.0.5-SNAPSHOT [39/39]
[INFO]   from utils/eclipselink.utils.sigcompare/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231627395
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for EclipseLink Parent 3.0.5-SNAPSHOT:
[INFO] 
[INFO] EclipseLink Parent ................................. SUCCESS [  2.107 s]
[INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 36.713 s]
[INFO] EclipseLink Core ................................... SUCCESS [ 12.250 s]
[INFO] EclipseLink Core Test Framework .................... SUCCESS [  0.324 s]
[INFO] EclipseLink JPA .................................... SUCCESS [  0.769 s]
[INFO] EclipseLink JPA Test Framework ..................... SUCCESS [  0.184 s]
[INFO] EclipseLink JPA Model Generator .................... SUCCESS [  2.622 s]
[INFO] EclipseLink MOXy ................................... SUCCESS [  9.291 s]
[INFO] EclipseLink DBWS ................................... SUCCESS [  4.637 s]
[INFO] EclipseLink JPA-RS ................................. SUCCESS [  7.704 s]
[INFO] EclipseLink Core Test .............................. SUCCESS [ 30.523 s]
[INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 26.049 s]
[INFO] EclipseLink Extension .............................. SUCCESS [  1.088 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  3.912 s]
[INFO] EclipseLink JPA Test ............................... SUCCESS [01:25 min]
[INFO] EclipseLink NoSQL Extension ........................ SUCCESS [  0.368 s]
[INFO] EclipseLink MOXy XJC ............................... SUCCESS [  0.112 s]
[INFO] EclipseLink SDO .................................... SUCCESS [  5.966 s]
[INFO] EclipseLink DBWS Builder ........................... SUCCESS [  0.218 s]
[INFO] EclipseLink Package Rename Utility ................. SUCCESS [  0.098 s]
[INFO] EclipseLink Oracle Extension ....................... SUCCESS [  0.156 s]
[INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [  2.121 s]
[INFO] EclipseLink Bundles Parent ......................... SUCCESS [  0.044 s]
[INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [  0.338 s]
[INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 42.335 s]
[INFO] EclipseLink Bundles tests .......................... SUCCESS [  7.460 s]
[INFO] EclipseLink Bundles Other .......................... SUCCESS [  6.825 s]
[INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [  0.059 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  3.717 s]
[INFO] EclipseLink SDO Test Server ........................ SUCCESS [  5.493 s]
[INFO] EclipseLink JPA NoSQL Test ......................... SUCCESS [  4.058 s]
[INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 54.391 s]
[INFO] EclipseLink JPA Spring Test ........................ SUCCESS [  1.259 s]
[INFO] EclipseLink JPA WDF Test ........................... SUCCESS [  0.267 s]
[INFO] EclipseLink Oracle Extension Test .................. SUCCESS [  0.167 s]
[INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [  0.133 s]
[INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [  0.144 s]
[INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [  3.757 s]
[INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [  0.085 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:04 min
[INFO] Finished at: 2023-10-25T11:00:27Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 26 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-assembly-plugin:3.3.0
[WARNING]  * org.apache.maven.plugins:maven-compiler-plugin:3.8.1
[WARNING]  * org.codehaus.mojo:sql-maven-plugin:1.5
[WARNING]  * org.codehaus.cargo:cargo-maven2-plugin:1.7.7
[WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4
[WARNING]  * org.apache.maven.plugins:maven-dependency-plugin:3.1.2
[WARNING]  * org.carlspring.maven:derby-maven-plugin:1.10
[WARNING]  * org.apache.maven.plugins:maven-javadoc-plugin:3.2.0
[WARNING]  * com.googlecode.maven-download-plugin:download-maven-plugin:1.6.1
[WARNING]  * org.codehaus.mojo:buildnumber-maven-plugin:1.4
[WARNING]  * com.soebes.maven.plugins:iterator-maven-plugin:0.5.1
[WARNING]  * org.codehaus.mojo:exec-maven-plugin:3.0.0
[WARNING]  * org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2
[WARNING]  * org.kuali.maven.plugins:properties-maven-plugin:2.0.1
[WARNING]  * org.apache.maven.plugins:maven-jar-plugin:3.2.0
[WARNING]  * org.apache.maven.plugins:maven-surefire-report-plugin:3.0.0-M4
[WARNING]  * org.codehaus.mojo:build-helper-maven-plugin:3.2.0
[WARNING]  * org.apache.maven.plugins:maven-antrun-plugin:3.0.0
[WARNING]  * org.codehaus.mojo:xml-maven-plugin:1.0.2
[WARNING]  * org.apache.felix:maven-bundle-plugin:5.1.1
[WARNING]  * org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2
[WARNING]  * com.google.code.maven-replacer-plugin:replacer:1.5.3
[WARNING]  * org.bsc.maven:maven-processor-plugin:4.5-jdk8
[WARNING]  * org.apache.maven.plugins:maven-source-plugin:3.2.1
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.1.0
[WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (NoSQL tests)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/test_nosql.sh
-[ EclipseLink Test NoSQL ]-----------------------------------------------------------
[25.10.2023 11:00:31] -[ Starting Mongo Database ]------------------------------
[25.10.2023 11:00:31] --[ Waiting for Mongo Database to come up ]---------------
2023-10-25T11:00:31.134+0000 I CONTROL  [main] log file "/var/log/mongodb/mongod.log" exists; moved to "/var/log/mongodb/mongod.log.2023-10-25T11-00-31".
. done
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.5-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-failsafe-plugin @ line 1362, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >--------
[INFO] Building EclipseLink NoSQL Extension 3.0.5-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip already unpacked.
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.nosql ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql
[INFO] Storing buildNumber: f79ba96c79 at timestamp: 1698231635703
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip already unpacked.
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.nosql ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/test/resources
[INFO] Copying 226 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.nosql ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-nosql) @ org.eclipse.persistence.nosql ---
[WARNING] The system property file '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/el-test.mongodb.properties' can't be read.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.NoSQLJPATestSuite
Testing MongoDatabaseTestSuite
[EL Warning]: metadata: 2023-10-25 11:00:38.504--ServerSession(548554586)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2023-10-25 11:00:38.637--ServerSession(548554586)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251048
Oct 25, 2023 11:00:38 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
Oct 25, 2023 11:00:38 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Adding discovered server localhost:27017 to client view of cluster
Oct 25, 2023 11:00:38 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster description not yet available. Waiting for 30000 ms before timing out
Oct 25, 2023 11:00:38 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:1, serverValue:2}] to localhost:27017
Oct 25, 2023 11:00:38 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=2003589}
Oct 25, 2023 11:00:38 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Discovered cluster type of STANDALONE
Oct 25, 2023 11:00:38 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:2, serverValue:3}] to localhost:27017
[EL Warning]: metadata: 2023-10-25 11:00:39.366--ServerSession(899376395)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2023-10-25 11:00:39.37--ServerSession(899376395)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251048
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Adding discovered server localhost:27017 to client view of cluster
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster description not yet available. Waiting for 30000 ms before timing out
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:3, serverValue:4}] to localhost:27017
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=461864}
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Discovered cluster type of STANDALONE
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:4, serverValue:5}] to localhost:27017
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[127.0.0.1:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:5, serverValue:6}] to 127.0.0.1:27017
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=266775}
[EL Warning]: metadata: 2023-10-25 11:00:39.894--ServerSession(2025928493)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2023-10-25 11:00:39.897--ServerSession(2025928493)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251048
[EL Warning]: metadata: 2023-10-25 11:00:39.933--ServerSession(208437930)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2023-10-25 11:00:39.946--ServerSession(208437930)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251048
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500}
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Adding discovered server localhost:27017 to client view of cluster
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster description not yet available. Waiting for 100 ms before timing out
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:6, serverValue:7}] to localhost:27017
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=204287}
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Discovered cluster type of STANDALONE
Oct 25, 2023 11:00:39 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Closed connection [connectionId{localValue:7}] to localhost:27017 because there was a socket exception raised by this connection.
[EL Severe]: 2023-10-25 11:00:39.967--ServerSession(208437930)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=<hidden>, mechanismProperties=<hidden>}
[EL Severe]: ejb: 2023-10-25 11:00:39.967--ServerSession(208437930)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=<hidden>, mechanismProperties=<hidden>}
[EL Warning]: metadata: 2023-10-25 11:00:39.997--ServerSession(863286716)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2023-10-25 11:00:40.0--ServerSession(863286716)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251048
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500}
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Adding discovered server localhost:27017 to client view of cluster
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster description not yet available. Waiting for 100 ms before timing out
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:8, serverValue:9}] to localhost:27017
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=187853}
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Discovered cluster type of STANDALONE
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Closed connection [connectionId{localValue:9}] to localhost:27017 because there was a socket exception raised by this connection.
[EL Severe]: 2023-10-25 11:00:40.007--ServerSession(863286716)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=<hidden>, mechanismProperties=<hidden>}
[EL Severe]: ejb: 2023-10-25 11:00:40.007--ServerSession(863286716)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=<hidden>, mechanismProperties=<hidden>}
[EL Fine]: server: 2023-10-25 11:00:40.02--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Finest]: jpa: 2023-10-25 11:00:40.021--ServerSession(509104428)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Initial; factoryCount 0
[EL Finest]: properties: 2023-10-25 11:00:40.024--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
[EL Finest]: properties: 2023-10-25 11:00:40.025--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.weaving.changetracking; default value=true
[EL Finest]: properties: 2023-10-25 11:00:40.025--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.weaving.lazy; default value=true
[EL Finest]: properties: 2023-10-25 11:00:40.025--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.weaving.eager; default value=false
[EL Finest]: properties: 2023-10-25 11:00:40.025--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.weaving.fetchgroups; default value=true
[EL Finest]: properties: 2023-10-25 11:00:40.025--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.weaving.internal; default value=true
[EL Finest]: properties: 2023-10-25 11:00:40.025--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.weaving.rest; default value=false
[EL Finest]: properties: 2023-10-25 11:00:40.025--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.weaving.mappedsuperclass; default value=true
[EL Finest]: properties: 2023-10-25 11:00:40.025--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
[EL Finest]: properties: 2023-10-25 11:00:40.025--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
[EL Finer]: metadata: 2023-10-25 11:00:40.026--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/].
[EL Fine]: moxy: 2023-10-25 11:00:40.033--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4fc3c165
[EL Fine]: moxy: 2023-10-25 11:00:40.034--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@10a0fe30
[EL Fine]: moxy: 2023-10-25 11:00:40.047--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
[EL Finer]: metadata: 2023-10-25 11:00:40.047--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/].
[EL Config]: metadata: 2023-10-25 11:00:40.058--ServerSession(509104428)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person] is being defaulted to: Person.
[EL Finer]: weaver: 2023-10-25 11:00:40.067--ServerSession(509104428)--Thread(Thread[main,5,main])--Class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Address] registered to be processed by weaver.
[EL Finer]: weaver: 2023-10-25 11:00:40.069--ServerSession(509104428)--Thread(Thread[main,5,main])--Class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person] registered to be processed by weaver.
[EL Config]: weaver: 2023-10-25 11:00:40.069--ServerSession(509104428)--Thread(Thread[main,5,main])--Class org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person could not be weaved for change tracking as it is not supported by its mappings.
[EL Finest]: jpa: 2023-10-25 11:00:40.073--ServerSession(509104428)--Thread(Thread[main,5,main])--End predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 0
[EL Finer]: weaver: 2023-10-25 11:00:40.074--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
[EL Finest]: jpa: 2023-10-25 11:00:40.074--ServerSession(509104428)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 0
[EL Finest]: jpa: 2023-10-25 11:00:40.074--ServerSession(509104428)--Thread(Thread[main,5,main])--End predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 1
[EL Finer]: metamodel: 2023-10-25 11:00:40.075--ServerSession(509104428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person_] not found during initialization.
[EL Finer]: metamodel: 2023-10-25 11:00:40.075--ServerSession(509104428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Address_] not found during initialization.
[EL Finest]: jpa: 2023-10-25 11:00:40.075--ServerSession(509104428)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 1
[EL Finest]: jpa: 2023-10-25 11:00:40.101--ServerSession(509104428)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation].
[EL Finest]: properties: 2023-10-25 11:00:40.101--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
[EL Finest]: properties: 2023-10-25 11:00:40.101--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
[EL Finest]: properties: 2023-10-25 11:00:40.102--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.nosql.adapters.mongo.MongoPlatform
[EL Finest]: properties: 2023-10-25 11:00:40.102--ServerSession(509104428)--Thread(Thread[main,5,main])--property=eclipselink.nosql.connection-spec; value=org.eclipse.persistence.nosql.adapters.mongo.MongoConnectionSpec
[EL Info]: 2023-10-25 11:00:40.102--ServerSession(509104428)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202310251048
[EL Fine]: connection: 2023-10-25 11:00:40.102--ServerSession(509104428)--Connection(1301653294)--Thread(Thread[main,5,main])--connecting(EISLogin(
	platform=> MongoPlatform
	user name=> ""
	MongoConnectionSpec()
))
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Adding discovered server localhost:27017 to client view of cluster
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster description not yet available. Waiting for 30000 ms before timing out
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:10, serverValue:11}] to localhost:27017
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=255483}
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Discovered cluster type of STANDALONE
Oct 25, 2023 11:00:40 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:11, serverValue:12}] to localhost:27017
[EL Config]: connection: 2023-10-25 11:00:40.11--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Connected: 
	User: 
	Database: 3.6.23  Version: 3.6.23
[EL Finest]: connection: 2023-10-25 11:00:40.11--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Finest]: connection: 2023-10-25 11:00:40.11--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finest]: sequencing: 2023-10-25 11:00:40.111--ServerSession(509104428)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
[EL Finest]: sequencing: 2023-10-25 11:00:40.111--ServerSession(509104428)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
[EL Finest]: sequencing: 2023-10-25 11:00:40.111--ServerSession(509104428)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
[EL Fine]: connection: 2023-10-25 11:00:40.117--ServerSession(509104428)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic login successful
[EL Finest]: metamodel: 2023-10-25 11:00:40.117--Thread(Thread[main,5,main])--Metamodel processing: The mapping type [org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping[pastEmployers]] in the attribute [SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping[pastEmployers]]] is currently unsupported.
[EL Finest]: metamodel: 2023-10-25 11:00:40.118--Thread(Thread[main,5,main])--Metamodel processing: The class type is null for the attribute: SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping[pastEmployers]].
[EL Finest]: metamodel: 2023-10-25 11:00:40.118--Thread(Thread[main,5,main])--Metamodel processing: The mapping type [org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping[addresses]] in the attribute [SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping[addresses]]] is currently unsupported.
[EL Finest]: metamodel: 2023-10-25 11:00:40.118--Thread(Thread[main,5,main])--Metamodel processing: The class type is null for the attribute: SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping[addresses]].
[EL Finer]: metamodel: 2023-10-25 11:00:40.118--ServerSession(509104428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person_] not found during initialization.
[EL Finer]: metamodel: 2023-10-25 11:00:40.119--ServerSession(509104428)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Address_] not found during initialization.
[EL Finest]: jpa: 2023-10-25 11:00:40.119--ServerSession(509104428)--Thread(Thread[main,5,main])--End deploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Deployed; factoryCount 1
[EL Finer]: connection: 2023-10-25 11:00:40.119--ServerSession(509104428)--Thread(Thread[main,5,main])--client acquired: 2127481101
[EL Finer]: transaction: 2023-10-25 11:00:40.119--ClientSession(2127481101)--Thread(Thread[main,5,main])--acquire unit of work: 92862012
[EL Finest]: transaction: 2023-10-25 11:00:40.121--UnitOfWork(92862012)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
[EL Finest]: sequencing: 2023-10-25 11:00:40.122--UnitOfWork(92862012)--Thread(Thread[main,5,main])--assign sequence to the object ([B@bc042d5 -> {Person})
[EL Finer]: transaction: 2023-10-25 11:00:40.122--UnitOfWork(92862012)--Thread(Thread[main,5,main])--begin unit of work commit
[EL Finest]: query: 2023-10-25 11:00:40.122--UnitOfWork(92862012)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery({Person 6538F5582CA5712E0ED54C5B})
[EL Finest]: connection: 2023-10-25 11:00:40.123--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:40.123--ClientSession(2127481101)--Connection(2008619427)--Thread(Thread[main,5,main])--begin transaction
[EL Fine]: sql: 2023-10-25 11:00:40.123--ClientSession(2127481101)--Connection(2008619427)--Thread(Thread[main,5,main])--Executing MappedInteraction()
	spec => null
	properties => {mongo.operation=INSERT, mongo.collection=person}
	input => [DatabaseRecord(
	person.firstName => Boy
	person.occupation => null
	person._id => 6538F5582CA5712E0ED54C5B
	person.currentEmployer => null
	person.age => null
	person.lastName => Pelletier
	person.employed => null
	person.pastEmployers => null
	person.addresses => [DatabaseRecord(
	zip => null
	city => Ottawa
	street1 => null
	street2 => null
	state => null)])]
[EL Finest]: query: 2023-10-25 11:00:40.126--ClientSession(2127481101)--Thread(Thread[main,5,main])--Adapter result: null
[EL Finest]: query: 2023-10-25 11:00:40.126--ClientSession(2127481101)--Thread(Thread[main,5,main])--Data access result: null
[EL Finer]: transaction: 2023-10-25 11:00:40.126--ClientSession(2127481101)--Connection(2008619427)--Thread(Thread[main,5,main])--commit transaction
[EL Finest]: connection: 2023-10-25 11:00:40.127--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:40.127--UnitOfWork(92862012)--Thread(Thread[main,5,main])--end unit of work commit
[EL Finer]: transaction: 2023-10-25 11:00:40.127--UnitOfWork(92862012)--Thread(Thread[main,5,main])--resume unit of work
[EL Finest]: query: 2023-10-25 11:00:40.127--UnitOfWork(92862012)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="Person.findAll" referenceClass=Person jpql="select p from Person p")
[EL Finest]: connection: 2023-10-25 11:00:40.127--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 11:00:40.128--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Executing MappedInteraction()
	spec => null
	properties => {mongo.operation=FIND, mongo.collection=person}
	input => [DatabaseRecord()]
[EL Finest]: query: 2023-10-25 11:00:40.128--ServerSession(509104428)--Thread(Thread[main,5,main])--Adapter result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=6538F5582CA5712E0ED54C5B, age=null, employed=null}]
[EL Finest]: query: 2023-10-25 11:00:40.129--ServerSession(509104428)--Thread(Thread[main,5,main])--Data access result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=6538F5582CA5712E0ED54C5B, age=null, employed=null}]
[EL Finest]: connection: 2023-10-25 11:00:40.129--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:40.129--UnitOfWork(92862012)--Thread(Thread[main,5,main])--begin unit of work commit
[EL Finest]: query: 2023-10-25 11:00:40.129--UnitOfWork(92862012)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery({Person 6538F5582CA5712E0ED54C5B})
[EL Finest]: connection: 2023-10-25 11:00:40.129--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:40.129--ClientSession(2127481101)--Connection(2008619427)--Thread(Thread[main,5,main])--begin transaction
[EL Fine]: sql: 2023-10-25 11:00:40.13--ClientSession(2127481101)--Connection(2008619427)--Thread(Thread[main,5,main])--Executing MappedInteraction()
	spec => null
	properties => {mongo.operation=UPDATE, mongo.collection=person}
	input => [DatabaseRecord(
	person.firstName => Boy
	person.occupation => null
	person._id => 6538F5582CA5712E0ED54C5B
	person.currentEmployer => null
	person.age => null
	person.lastName => Pelletier
	person.employed => null
	person.pastEmployers => null
	person.addresses => [DatabaseRecord(
	zip => null
	city => Ottawa
	street1 => null
	street2 => null
	state => null), DatabaseRecord(
	zip => null
	city => Ottawa2
	street1 => null
	street2 => null
	state => null)])]
[EL Finest]: query: 2023-10-25 11:00:40.13--ClientSession(2127481101)--Thread(Thread[main,5,main])--Adapter result: {_id=6538F5582CA5712E0ED54C5B}
[EL Finest]: query: 2023-10-25 11:00:40.131--ClientSession(2127481101)--Thread(Thread[main,5,main])--Data access result: {_id=6538F5582CA5712E0ED54C5B}
[EL Finer]: transaction: 2023-10-25 11:00:40.131--ClientSession(2127481101)--Connection(2008619427)--Thread(Thread[main,5,main])--commit transaction
[EL Finest]: connection: 2023-10-25 11:00:40.131--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:40.131--UnitOfWork(92862012)--Thread(Thread[main,5,main])--end unit of work commit
[EL Finer]: transaction: 2023-10-25 11:00:40.131--UnitOfWork(92862012)--Thread(Thread[main,5,main])--resume unit of work
[EL Finer]: cache: 2023-10-25 11:00:40.132--UnitOfWork(92862012)--Thread(Thread[main,5,main])--initialize identitymaps
[EL Finer]: transaction: 2023-10-25 11:00:40.133--UnitOfWork(92862012)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 11:00:40.133--ClientSession(2127481101)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2023-10-25 11:00:40.133--ServerSession(509104428)--Thread(Thread[main,5,main])--client acquired: 1928983164
[EL Finer]: transaction: 2023-10-25 11:00:40.133--ClientSession(1928983164)--Thread(Thread[main,5,main])--acquire unit of work: 1276894402
[EL Finest]: query: 2023-10-25 11:00:40.133--UnitOfWork(1276894402)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readPerson" referenceClass=Person )
[EL Finest]: connection: 2023-10-25 11:00:40.133--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2023-10-25 11:00:40.133--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Executing MappedInteraction()
	spec => null
	properties => {mongo.operation=FIND, mongo.collection=person}
	input => [6538F5582CA5712E0ED54C5B]
[EL Finest]: query: 2023-10-25 11:00:40.134--ServerSession(509104428)--Thread(Thread[main,5,main])--Adapter result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}, Document{{zip=null, city=Ottawa2, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=6538F5582CA5712E0ED54C5B, age=null, employed=null}]
[EL Finest]: query: 2023-10-25 11:00:40.134--ServerSession(509104428)--Thread(Thread[main,5,main])--Data access result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}, Document{{zip=null, city=Ottawa2, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=6538F5582CA5712E0ED54C5B, age=null, employed=null}]
[EL Finest]: connection: 2023-10-25 11:00:40.134--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2023-10-25 11:00:40.135--UnitOfWork(1276894402)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2023-10-25 11:00:40.135--ClientSession(1928983164)--Thread(Thread[main,5,main])--client released
[EL Finest]: jpa: 2023-10-25 11:00:40.135--ServerSession(509104428)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Deployed; factoryCount 1
[EL Finest]: sequencing: 2023-10-25 11:00:40.135--ServerSession(509104428)--Thread(Thread[main,5,main])--sequencing disconnected
[EL Fine]: connection: 2023-10-25 11:00:40.135--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--disconnect
[EL Finer]: cache: 2023-10-25 11:00:40.136--ServerSession(509104428)--Thread(Thread[main,5,main])--initialize identitymaps
[EL Fine]: connection: 2023-10-25 11:00:40.136--ServerSession(509104428)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic logout successful
[EL Fine]: connection: 2023-10-25 11:00:40.136--ServerSession(509104428)--Connection(2008619427)--Thread(Thread[main,5,main])--disconnect
[EL Finest]: jpa: 2023-10-25 11:00:40.136--ServerSession(509104428)--Thread(Thread[main,5,main])--End undeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Undeployed; factoryCount 0
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.343 s - in org.eclipse.persistence.testing.tests.NoSQLJPATestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.nosql ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.343 s
[INFO] Finished at: 2023-10-25T11:00:40Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 14 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2
[WARNING]  * org.kuali.maven.plugins:properties-maven-plugin:2.0.1
[WARNING]  * org.apache.maven.plugins:maven-jar-plugin:3.2.0
[WARNING]  * org.apache.maven.plugins:maven-compiler-plugin:3.8.1
[WARNING]  * org.apache.maven.plugins:maven-surefire-report-plugin:3.0.0-M4
[WARNING]  * org.codehaus.mojo:build-helper-maven-plugin:3.2.0
[WARNING]  * org.apache.felix:maven-bundle-plugin:5.1.1
[WARNING]  * org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2
[WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4
[WARNING]  * org.apache.maven.plugins:maven-source-plugin:3.2.1
[WARNING]  * org.apache.maven.plugins:maven-dependency-plugin:3.1.2
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.1.0
[WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4
[WARNING]  * org.codehaus.mojo:buildnumber-maven-plugin:1.4
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[25.10.2023 11:00:40] -[ Stopping Mongo Database ]------------------------------
[25.10.2023 11:00:40] --[ Waiting for Mongo Database to stop ]------------------
 done
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (LRG Server tests (Wildfly))
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/test_server.sh
-[ EclipseLink Continuous Build -> No server tests]-------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish to nightly)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.eclipselink (ssh://genie.eclipselink@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-z5QS5hxzwS8x/agent.277
SSH_AGENT_PID=279
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/eclipselink-cb-3.0@tmp/private_key_8826239454184469336.key (/home/jenkins/agent/workspace/eclipselink-cb-3.0@tmp/private_key_8826239454184469336.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 279 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish to snapshots)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/publish_snapshots.sh
-[ EclipseLink Publish to Jakarta Snapshots -> No publishing any artifacts]-----------------------------------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Proceed test results)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Processing file: bundles/**/target/surefire-reports/*.xml,bundles/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: dbws/**/target/surefire-reports/*.xml,dbws/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: foundation/**/target/surefire-reports/*.xml,foundation/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: jpa/**/target/surefire-reports/*.xml,jpa/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: moxy/**/target/surefire-reports/*.xml,moxy/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: sdo/**/target/surefire-reports/*.xml,sdo/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: utils/**/target/surefire-reports/*.xml,utils/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
None of the test reports contained any result
[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] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS